diff options
Diffstat (limited to 'src/player_thread.c')
-rw-r--r-- | src/player_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 5b4c18324..af016df60 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -246,6 +246,7 @@ static void do_play(void) dc_start(&pc.notify, pc.next_song); if (waitOnDecode(&player) < 0) { quitDecode(); + player_command_finished(); return; } |