music-assistant-server

Branch:dev-lidarr-plugin

Commit Details

Fix IndexError when Deezer track has no media available (#3038)

Raise MediaNotFoundError instead of crashing with IndexError when the
Deezer API returns an empty media list. This allows the player queue
to gracefully skip unavailable tracks instead of stopping playback.

Fixes music-assistant/support#4860
Forgejo

Author

Dionysis Fortis<[email protected]>
January 28, 2026 at 08:11 AM UTC

Committer

January 28, 2026 at 08:11 AM UTC
6additions
1deletions
1file changed

Parent commits

Changes

1 file
+6-1

Changed Files (1)

music_assistant/providers/deezer/
music_assistant/providers/deezer/gw_client.py
+6-1