diff options
-rw-r--r-- | src/player_thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 52f0beac0..761e0fba0 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -35,7 +35,6 @@ static void quitDecode(void) { dc_stop(&pc.notify); pc.state = PLAYER_STATE_STOP; - dc.command = DECODE_COMMAND_NONE; pc.command = PLAYER_COMMAND_NONE; wakeup_main_task(); } |