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:
e06295b
)
Phish.in Remove erroneous provider feature (#2596)
author
OzGav
<gavnosp@hotmail.com>
Tue, 4 Nov 2025 22:18:47 +0000
(08:18 +1000)
committer
GitHub
<noreply@github.com>
Tue, 4 Nov 2025 22:18:47 +0000
(23:18 +0100)
music_assistant/providers/phishin/__init__.py
patch
|
blob
|
history
diff --git
a/music_assistant/providers/phishin/__init__.py
b/music_assistant/providers/phishin/__init__.py
index 96e986d1346525b3e67f3cc5c5d6f9cb7e54b439..bc9f559a7b2a909360dcafa77b3ba7d45e8bfc17 100644
(file)
--- a/
music_assistant/providers/phishin/__init__.py
+++ b/
music_assistant/providers/phishin/__init__.py
@@
-20,7
+20,6
@@
SUPPORTED_FEATURES = {
ProviderFeature.SEARCH,
ProviderFeature.LIBRARY_ARTISTS,
ProviderFeature.LIBRARY_PLAYLISTS,
- ProviderFeature.SIMILAR_TRACKS,
ProviderFeature.ARTIST_ALBUMS,
ProviderFeature.ARTIST_TOPTRACKS,
}