diff options
Diffstat (limited to 'src/player_thread.c')
-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 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(); } |