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
@@ -33,7 +33,7 @@ namespace API::Subsonic
using namespace Database;
namespace utils
namespace Utils
{
std::string joinArtistNames(const std::vector<Artist::pointer>& artists)
{