Fix typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 10 Jan 2025 23:49:00 +0000 (00:49 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 10 Jan 2025 23:49:00 +0000 (00:49 +0100)
music_assistant/models/plugin.py

index 55cd09251d88e390da556bb6ca5737f80d1050c9..84e541f478339453cce363b1fa282202b9e43af8 100644 (file)
@@ -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