Allow a OPDSDumper to dump only a subset of the library.

This commit is contained in:
Matthieu Gautier
2018-09-06 18:54:17 +02:00
parent 5128861136
commit 996829e4d7
2 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ class OPDSDumper
* @param id The id of the library.
* @return The OPDS feed.
*/
std::string dumpOPDSFeed();
std::string dumpOPDSFeed(const std::vector<std::string>& bookIds);
/**
* Set the id of the opds stream.