Extracted user management

This commit is contained in:
emeric
2023-10-01 20:42:04 +02:00
parent abcf9e5b49
commit 9d879e66b7
20 changed files with 465 additions and 293 deletions
+1 -1
View File
@@ -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)
{