mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fix loadComic not loading the comic file name.
This commit is contained in:
parent
e78de4da52
commit
30c8cf180e
@ -1008,7 +1008,7 @@ ComicDB DBHelper::loadComic(qulonglong id, QSqlDatabase & db)
|
|||||||
QSqlRecord record = selectQuery.record();
|
QSqlRecord record = selectQuery.record();
|
||||||
|
|
||||||
int parentId = record.indexOf("parentId");
|
int parentId = record.indexOf("parentId");
|
||||||
int name = record.indexOf("name");
|
int name = record.indexOf("fileName");
|
||||||
int path = record.indexOf("path");
|
int path = record.indexOf("path");
|
||||||
int hash = record.indexOf("hash");
|
int hash = record.indexOf("hash");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user