Skip to content

Commit 117c303

Browse files
committed
Fix for apple music provider
1 parent 5e9b8c1 commit 117c303

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

music_assistant/providers/apple_music/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ async def get_stream_details(self, item_id: str, media_type: MediaType) -> Strea
529529
path=stream_url,
530530
can_seek=True,
531531
allow_seek=True,
532-
# enforce caching because the apple streams are mp4 files with moov atom at the end
533-
enable_cache=True,
534532
)
535533

536534
def _parse_artist(self, artist_obj: dict[str, Any]) -> Artist:

0 commit comments

Comments
 (0)