Extracted user management
This commit is contained in:
@@ -70,7 +70,7 @@ namespace API::Subsonic
|
||||
}
|
||||
else if (!artists.empty())
|
||||
{
|
||||
albumNode.setAttribute("artist", utils::joinArtistNames(artists));
|
||||
albumNode.setAttribute("artist", Utils::joinArtistNames(artists));
|
||||
|
||||
if (artists.size() == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user