projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7659dd6
)
Subsonic: Add ProviderFeature for Favorites (#2667)
author
Eric Munson
<eric@munsonfam.org>
Mon, 24 Nov 2025 15:47:04 +0000
(10:47 -0500)
committer
GitHub
<noreply@github.com>
Mon, 24 Nov 2025 15:47:04 +0000
(10:47 -0500)
These features were missing from
f2c30347988e5c31799a9ef9efa4f19e5eff1e60
Add the features we now provide.
Signed-off-by: Eric B Munson <eric@munsonfam.org>
music_assistant/providers/opensubsonic/__init__.py
patch
|
blob
|
history
diff --git
a/music_assistant/providers/opensubsonic/__init__.py
b/music_assistant/providers/opensubsonic/__init__.py
index f75ba457f3cab3739e592da09461ee10d13f2414..401c6096613b0fdb843a13bcefcf3482c74132e9 100644
(file)
--- a/
music_assistant/providers/opensubsonic/__init__.py
+++ b/
music_assistant/providers/opensubsonic/__init__.py
@@
-43,6
+43,9
@@
SUPPORTED_FEATURES = {
ProviderFeature.PLAYLIST_CREATE,
ProviderFeature.LIBRARY_PODCASTS,
ProviderFeature.LIBRARY_PODCASTS_EDIT,
+ ProviderFeature.FAVORITE_ALBUMS_EDIT,
+ ProviderFeature.FAVORITE_ARTISTS_EDIT,
+ ProviderFeature.FAVORITE_TRACKS_EDIT,
}