Added podcast support, only from subsonic API for now, ref #726

This commit is contained in:
emeric
2025-09-13 15:04:13 +02:00
parent 1d584ebcc6
commit 932e7715f5
111 changed files with 4717 additions and 188 deletions
+2
View File
@@ -59,6 +59,8 @@ namespace lms::core::logging
return "MAIN";
case Module::METADATA:
return "METADATA";
case Module::PODCAST:
return "PODCAST";
case Module::REMOTE:
return "REMOTE";
case Module::SCROBBLING: