Allow the manager to dump the opds feed of the whole library.

This commit is contained in:
Matthieu Gautier
2018-03-26 18:24:33 +02:00
parent 5398d69231
commit ee51c470b4
6 changed files with 223 additions and 4 deletions

View File

@ -84,7 +84,7 @@ class Manager
* @param libraryPath The library path (used to resolve relative path)
* @return True if the content has been properly parsed.
*/
bool readXml(const string xml,
bool readXml(const string& xml,
const bool readOnly = true,
const string libraryPath = "");
@ -97,8 +97,6 @@ class Manager
bool writeFile(const string path);
string write_OPDS_feed(const string& id, const string& title);
/**
* Remove a book from the library.
*