mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -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();
|
||||
|
||||
int parentId = record.indexOf("parentId");
|
||||
int name = record.indexOf("name");
|
||||
int name = record.indexOf("fileName");
|
||||
int path = record.indexOf("path");
|
||||
int hash = record.indexOf("hash");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user