Remove setting last time opened.

The value should come from the client.
This commit is contained in:
Luis Ángel San Martín 2018-05-21 23:14:51 +02:00
parent 1b63dc01db
commit 317f2b839f

View File

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