+ kiwix-manage is not able anymore to add ZIM file without title || date || language metadata

pull/9/head
kelson42 15 years ago
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…
Cancel
Save