From 2868ff771641f059d9da4701a885236e49166f85 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sat, 11 Jan 2025 00:49:00 +0100 Subject: [PATCH] Fix typo --- music_assistant/models/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/models/plugin.py b/music_assistant/models/plugin.py index 55cd0925..84e541f4 100644 --- a/music_assistant/models/plugin.py +++ b/music_assistant/models/plugin.py @@ -34,7 +34,7 @@ class PluginProvider(Provider): raise NotImplementedError async def get_stream_details( - self, item_id: str, media_type: MediaType = MediaType.OTHER + self, item_id: str, media_type: MediaType = MediaType.TRACK ) -> StreamDetails: """Return the streamdetails to stream a naudiosource provided by this plugin.""" # Will only be called if ProviderFeature.AUDIO_SOURCE is declared -- 2.34.1