mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
+ kiwix-manage is not able anymore to add ZIM file without title || date || language metadata
This commit is contained in:
parent
d2688cbbbc
commit
7a17e83e51
@ -78,7 +78,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
if (zimPath != "") {
|
||||
libraryManager.addBookFromPath(zimPath, url);
|
||||
libraryManager.addBookFromPath(zimPath, url, true);
|
||||
libraryManager.removeBookPaths();
|
||||
} else {
|
||||
std::cerr << "Invalid zim file path" << std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user