Remove comment.

This commit is contained in:
Luis Ángel San Martín 2018-05-21 23:14:12 +02:00
parent 66aa2c60c6
commit 1b63dc01db

View File

@ -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;