mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Fix update remote reading query, a coma was missing.
This commit is contained in:
parent
2bb258df13
commit
c36d4501cc
@ -699,7 +699,7 @@ void DBHelper::updateReadingRemoteProgress(const ComicInfo &comicInfo, QSqlDatab
|
|||||||
"read = :read, "
|
"read = :read, "
|
||||||
"currentPage = :currentPage, "
|
"currentPage = :currentPage, "
|
||||||
"hasBeenOpened = :hasBeenOpened, "
|
"hasBeenOpened = :hasBeenOpened, "
|
||||||
"lastTimeOpened = :lastTimeOpened"
|
"lastTimeOpened = :lastTimeOpened, "
|
||||||
"rating = :rating"
|
"rating = :rating"
|
||||||
" WHERE id = :id ");
|
" WHERE id = :id ");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user