diff --git a/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp b/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp index f6b55776..6bba48d1 100644 --- a/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp +++ b/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp @@ -59,7 +59,7 @@ void SyncControllerV2::service(HttpRequest &request, HttpResponse &response) ComicInfo info; info.currentPage = currentPage; - info.hash = hash; //TODO remove the hash check and add UUIDs for libraries + info.hash = hash; currentRating = comicInfoProgress.at(4).toInt(); info.rating = currentRating;