Add the method get bookByPath in library.

This commit is contained in:
Matthieu Gautier
2020-03-05 14:04:43 +01:00
parent 90ba27fbab
commit 46626a3f98
3 changed files with 21 additions and 0 deletions

View File

@ -149,6 +149,7 @@ class Library
bool removeBookmark(const std::string& zimId, const std::string& url);
Book& getBookById(const std::string& id);
Book& getBookByPath(const std::string& path);
std::shared_ptr<Reader> getReaderById(const std::string& id);
/**