mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Use the updated folders
This commit is contained in:
parent
a2541a4c96
commit
3fecc3316e
@ -760,7 +760,7 @@ Folder DBHelper::updateChildrenInfo(qulonglong folderId, QSqlDatabase &db)
|
||||
auto c = static_cast<ComicDB *>(comics[0]);
|
||||
coverHash = c->info.hash;
|
||||
} else {
|
||||
for (auto item : subfolders) {
|
||||
for (auto item : updatedSubfolders) {
|
||||
auto f = static_cast<Folder *>(item);
|
||||
auto firstChildHash = f->getFirstChildHash();
|
||||
if (!firstChildHash.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user