OPDSDumper::categoriesOPDSFeed() with no args

This commit is contained in:
Veloman Yunkan
2021-07-08 16:14:34 +04:00
committed by Matthieu Gautier
parent dd118df612
commit 96cf7e78a5
3 changed files with 4 additions and 5 deletions

View File

@ -66,10 +66,9 @@ class OPDSDumper
/**
* Dump the categories OPDS feed.
*
* @param categories list of category names
* @return The OPDS feed.
*/
std::string categoriesOPDSFeed(const std::vector<std::string>& categories) const;
std::string categoriesOPDSFeed() const;
/**
* Dump the languages OPDS feed.