mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Remove setting last time opened.
The value should come from the client.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user