Fix for apple music provider
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 5 Oct 2025 18:44:23 +0000 (20:44 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 5 Oct 2025 18:44:23 +0000 (20:44 +0200)
music_assistant/providers/apple_music/__init__.py

index 49759aa49b53657bcd4180592bbd0e5c1c739670..fe8b0b508b1698c9de16e6d50d8d2ed845f1fef0 100644 (file)
@@ -529,8 +529,6 @@ class AppleMusicProvider(MusicProvider):
             path=stream_url,
             can_seek=True,
             allow_seek=True,
-            # enforce caching because the apple streams are mp4 files with moov atom at the end
-            enable_cache=True,
         )
 
     def _parse_artist(self, artist_obj: dict[str, Any]) -> Artist: