summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 26aad8a499..92ef340734 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -805,6 +805,7 @@ bool read_next_metadata(void)
805 /* Start buffer refilling also because we need to spin-up the disk. */ 805 /* Start buffer refilling also because we need to spin-up the disk. */
806 filling = true; 806 filling = true;
807 status = get_metadata(&tracks[next_track],fd,trackname,v1first); 807 status = get_metadata(&tracks[next_track],fd,trackname,v1first);
808 track_changed = true;
808 close(fd); 809 close(fd);
809 810
810 return status; 811 return status;