music-assistant-server
Branch:dev-lidarr-plugin
Commit Details
Skip a Spotify track Spotify refuses, instead of logging a crash (#6171)
Cherry-picked with two conflicts resolved by hand: the dynamic-refill test file belongs to #5557, an enhancement that is not on stable, and the skip site it wraps is nested differently here.
Author
Marcel van der Veldt<[email protected]>
September 3, 2026 at 03:08 PM UTC
Committer
Marvin Schenkel<[email protected]>
September 4, 2026 at 07:55 AM UTC
242additions
34deletions
6files changed
Parent commits
Changes
6 files
+242-34
Changed Files (6)
music_assistant/controllers/player_queues/
music_assistant/controllers/streams/
music_assistant/providers/spotify/backends/
tests/controllers/streams/
tests/providers/spotify/
music_assistant/controllers/player_queues/controller.py
+2-1
music_assistant/controllers/streams/controller.py
+16-2
music_assistant/providers/spotify/backends/librespot.py
+1-1
music_assistant/providers/spotify/backends/soloist.py
+51-25
tests/controllers/streams/test_realtime_sources.py
+29-1
tests/providers/spotify/test_soloist_backend.py
+143-4