API Subsonic: add ID3 browsing support
This commit is contained in:
@@ -154,6 +154,12 @@ Response::createFailedResponse(const Error& error)
|
||||
return response;
|
||||
}
|
||||
|
||||
void
|
||||
Response::addNode(const std::string& key, Node node)
|
||||
{
|
||||
return _root._children["subsonic-response"].front().addChild(key, std::move(node));
|
||||
}
|
||||
|
||||
Response::Node&
|
||||
Response::createNode(const std::string& key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user