diff --git a/src/player_thread.c b/src/player_thread.c
index 21f88cc77..5b4c18324 100644
--- a/src/player_thread.c
+++ b/src/player_thread.c
@@ -79,7 +79,6 @@ static void quitDecode(void)
 {
 	dc_stop(&pc.notify);
 	pc.state = PLAYER_STATE_STOP;
-	pc.command = PLAYER_COMMAND_NONE;
 	wakeup_main_task();
 }