diff --git a/YACReaderLibrary/db_helper.cpp b/YACReaderLibrary/db_helper.cpp index 697d0bd0..b22189b9 100644 --- a/YACReaderLibrary/db_helper.cpp +++ b/YACReaderLibrary/db_helper.cpp @@ -793,8 +793,6 @@ void DBHelper::updateFromRemoteClientWithHash(const ComicInfo & comicInfo) if(info.currentPage == info.numPages) info.read = true; - else - info.lastTimeOpened = QDateTime::currentSecsSinceEpoch(); info.hasBeenOpened = true;