+ 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 != "") {
libraryManager.addBookFromPath(zimPath, url);
libraryManager.removeBookPaths();
} else {
std::cerr << "Invalid zim file path" << std::endl;
}