diff options
-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 1595c0af8..7da412dfa 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -109,6 +109,7 @@ static int player_wait_for_decoder(struct player *player) player->song = pc.next_song; pc.next_song = NULL; + pc.elapsed_time = 0; player->queued = false; player->decoder_starting = true; |