Phish.in Remove erroneous provider feature (#2596)
authorOzGav <gavnosp@hotmail.com>
Tue, 4 Nov 2025 22:18:47 +0000 (08:18 +1000)
committerGitHub <noreply@github.com>
Tue, 4 Nov 2025 22:18:47 +0000 (23:18 +0100)
music_assistant/providers/phishin/__init__.py

index 96e986d1346525b3e67f3cc5c5d6f9cb7e54b439..bc9f559a7b2a909360dcafa77b3ba7d45e8bfc17 100644 (file)
@@ -20,7 +20,6 @@ SUPPORTED_FEATURES = {
     ProviderFeature.SEARCH,
     ProviderFeature.LIBRARY_ARTISTS,
     ProviderFeature.LIBRARY_PLAYLISTS,
-    ProviderFeature.SIMILAR_TRACKS,
     ProviderFeature.ARTIST_ALBUMS,
     ProviderFeature.ARTIST_TOPTRACKS,
 }