+ content mgmt. last dev.

This commit is contained in:
kelson42 2011-05-08 18:45:26 +00:00
parent 1dd298e6cb
commit 44144fe92f

View File

@ -79,6 +79,7 @@ int main(int argc, char **argv) {
if (zimPath != "") { if (zimPath != "") {
libraryManager.addBookFromPath(zimPath, url); libraryManager.addBookFromPath(zimPath, url);
libraryManager.removeBookPaths();
} else { } else {
std::cerr << "Invalid zim file path" << std::endl; std::cerr << "Invalid zim file path" << std::endl;
} }