mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -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)
|
if(info.currentPage == info.numPages)
|
||||||
info.read = true;
|
info.read = true;
|
||||||
else
|
|
||||||
info.lastTimeOpened = QDateTime::currentSecsSinceEpoch();
|
|
||||||
|
|
||||||
info.hasBeenOpened = true;
|
info.hasBeenOpened = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user