Subsonic API: added artists and albumartists tags for songs
This commit is contained in:
@@ -209,8 +209,8 @@ namespace API::Subsonic
|
||||
Node& createArrayChild(const std::string& key);
|
||||
|
||||
void addChild(const std::string& key, Node node);
|
||||
void createEmptyArrayChild(const std::string& key);
|
||||
void addArrayChild(const std::string& key, Node node);
|
||||
void createEmptyArrayChild(std::string_view key);
|
||||
void addArrayChild(std::string_view key, Node node);
|
||||
void createEmptyArrayValue(const std::string& key);
|
||||
void addArrayValue(const std::string& key, std::string_view value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user