OpenSubsonic API: expose groupings, fixes #846

This commit is contained in:
emeric
2026-06-02 13:26:24 +02:00
parent 7fbd50a9cc
commit 02196f0d10
2 changed files with 2 additions and 0 deletions
@@ -181,6 +181,7 @@ namespace lms::api::subsonic
} };
addClusters("moods", "MOOD");
addClusters("groupings", "GROUPING");
// Genres
albumNode.createEmptyArrayChild("genres");
@@ -235,6 +235,7 @@ namespace lms::api::subsonic
} };
addClusters("moods", "MOOD");
addClusters("groupings", "GROUPING");
// Genres
trackResponse.createEmptyArrayChild("genres");