Fixed typo in the reported explicit content value, fixes #743

This commit is contained in:
emeric
2025-09-12 08:38:02 +02:00
parent 60ed201e74
commit af5fcfc979
+1 -1
View File
@@ -247,7 +247,7 @@ namespace lms::api::subsonic
case db::Advisory::Clean: case db::Advisory::Clean:
return "clean"; return "clean";
case db::Advisory::Explicit: case db::Advisory::Explicit:
return "expicit"; return "explicit";
case db::Advisory::Unknown: case db::Advisory::Unknown:
case db::Advisory::UnSet: case db::Advisory::UnSet:
break; break;