From: OzGav Date: Tue, 4 Nov 2025 22:18:47 +0000 (+1000) Subject: Phish.in Remove erroneous provider feature (#2596) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=43ce1e3ebed6614a8a05305add2c3ac9859ebfbd;p=music-assistant-server.git Phish.in Remove erroneous provider feature (#2596) --- diff --git a/music_assistant/providers/phishin/__init__.py b/music_assistant/providers/phishin/__init__.py index 96e986d1..bc9f559a 100644 --- 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, }