diff --git a/YACReaderLibrary/db/comic_model.cpp b/YACReaderLibrary/db/comic_model.cpp index 982f051a..a50cc7b1 100644 --- a/YACReaderLibrary/db/comic_model.cpp +++ b/YACReaderLibrary/db/comic_model.cpp @@ -798,6 +798,7 @@ QVector ComicModel::setComicsRead(QList l c.info.read = false; c.info.currentPage = 1; c.info.hasBeenOpened = false; + c.info.lastTimeOpened.setValue(nullptr); DBHelper::update(&(c.info), db); } }