mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
* Fixing a bug responsible of masking ongoing downloads while deleting an other content
This commit is contained in:
@ -421,8 +421,9 @@ namespace kiwix {
|
||||
}
|
||||
} else {
|
||||
for ( itr = library.books.begin(); itr != library.books.end(); ++itr ) {
|
||||
if (!itr->path.empty())
|
||||
if (!itr->path.empty()) {
|
||||
this->bookIdList.push_back(itr->id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user