Subsonic API: added artist images in getCoverArt endpoint, fixes #392
This commit is contained in:
@@ -79,6 +79,7 @@ namespace API::Subsonic
|
||||
|
||||
artistNode.setAttribute("id", idToString(artist->getId()));
|
||||
artistNode.setAttribute("name", artist->getName());
|
||||
artistNode.setAttribute("coverArt", idToString(artist->getId()));
|
||||
|
||||
if (id3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user