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

This commit is contained in:
kelson42 2011-07-21 12:13:44 +00:00
parent d2688cbbbc
commit 7a17e83e51

View File

@ -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;