mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Remove setting last time opened.
The value should come from the client.
This commit is contained in:
parent
1b63dc01db
commit
317f2b839f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user