aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 9f297ad0..9c6f3aab 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -303,6 +303,7 @@ decoder_run_song(struct decoder_control *dc,
};
int ret;
+ decoder.timestamp = 0.0;
decoder.seeking = false;
decoder.song_tag = song->tag != NULL && song_is_file(song)
? tag_dup(song->tag) : NULL;