extracted artist handling

This commit is contained in:
emeric
2023-10-01 16:12:31 +02:00
parent 0da12bec0f
commit 7618639e12
5 changed files with 38 additions and 29 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
namespace API::Subsonic
{
static const std::string_view reportedDummyStarredDate {"2000-01-01T00:00:00"};
static const std::string_view reportedDummyStarredDate{ "2000-01-01T00:00:00" };
using namespace Database;