Fix: Stop playback at end of queue properly (#336)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 22 May 2022 19:44:16 +0000 (21:44 +0200)
committerGitHub <noreply@github.com>
Sun, 22 May 2022 19:44:16 +0000 (21:44 +0200)
commit768c4ad922b1f42c1cb810f99937fc1e1fc13b05
tree4fd3197660a563658af6c2e8663978f74a3fd835
parent350f5b733261266951ff25b9416f25a0741ae967
Fix: Stop playback at end of queue properly (#336)

* Fix: Stop queue stream when no more tracks in queue (no repeat)

* send stop when queue is empty

* send silence to player at queue end
music_assistant/controllers/stream.py
music_assistant/models/player_queue.py