From 43ce1e3ebed6614a8a05305add2c3ac9859ebfbd Mon Sep 17 00:00:00 2001 From: OzGav Date: Wed, 5 Nov 2025 08:18:47 +1000 Subject: [PATCH] Phish.in Remove erroneous provider feature (#2596) --- music_assistant/providers/phishin/__init__.py | 1 - 1 file changed, 1 deletion(-) 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, } -- 2.34.1