summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index d426900a2b..e5babd4254 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2344,7 +2344,6 @@ int playlist_resume(void)
2344 /* Terminate on EOF */ 2344 /* Terminate on EOF */
2345 if(nread <= 0) 2345 if(nread <= 0)
2346 { 2346 {
2347 playlist->first_index = 0;
2348 break; 2347 break;
2349 } 2348 }
2350 } 2349 }