Apple Music: Fix syncing shared playlists (#3095)
authorMizterB <5458030+MizterB@users.noreply.github.com>
Mon, 9 Feb 2026 08:28:13 +0000 (03:28 -0500)
committerGitHub <noreply@github.com>
Mon, 9 Feb 2026 08:28:13 +0000 (09:28 +0100)
commita6290c3253ee3db0333df73363516b9dea8d0e2e
tree027b407c1c2a153a6f1d04fcdff931b9b0bbac28
parent09a692280bd524c4ef48bfe86f9831c8aee3f9ce
Apple Music: Fix syncing shared playlists (#3095)

* Catch MediaNotFoundError in get_library_playlists

* Undo try/except, fix is_library_id

* Tests for is_library_id

---------

Co-authored-by: Marvin Schenkel <marvinschenkel@gmail.com>
music_assistant/providers/apple_music/__init__.py
tests/providers/apple_music/__init__.py [new file with mode: 0644]
tests/providers/apple_music/test_ids.py [new file with mode: 0644]