mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 12:00:21 -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 != "") {
|
if (zimPath != "") {
|
||||||
libraryManager.addBookFromPath(zimPath, url);
|
libraryManager.addBookFromPath(zimPath, url, true);
|
||||||
libraryManager.removeBookPaths();
|
libraryManager.removeBookPaths();
|
||||||
} else {
|
} else {
|
||||||
std::cerr << "Invalid zim file path" << std::endl;
|
std::cerr << "Invalid zim file path" << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user