From: Marcel van der Veldt Date: Sun, 5 Oct 2025 18:44:23 +0000 (+0200) Subject: Fix for apple music provider X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=117c303fca00ce252ef9d5360d07e150519d222e;p=music-assistant-server.git Fix for apple music provider --- diff --git a/music_assistant/providers/apple_music/__init__.py b/music_assistant/providers/apple_music/__init__.py index 49759aa4..fe8b0b50 100644 --- a/music_assistant/providers/apple_music/__init__.py +++ b/music_assistant/providers/apple_music/__init__.py @@ -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: