summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mpeg.c')
-rw-r--r--apps/mpeg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index 690e530d9b..62947e0ae7 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -2751,7 +2751,6 @@ void audio_next(void)
2751 continue; 2751 continue;
2752 } 2752 }
2753 index = playlist_next(steps); 2753 index = playlist_next(steps);
2754 taginfo.index = index;
2755 current_track_counter++; 2754 current_track_counter++;
2756 is_playing = true; 2755 is_playing = true;
2757 playing = true; 2756 playing = true;
@@ -2780,7 +2779,6 @@ void audio_prev(void)
2780 continue; 2779 continue;
2781 } 2780 }
2782 index = playlist_next(steps); 2781 index = playlist_next(steps);
2783 taginfo.index = index;
2784 current_track_counter++; 2782 current_track_counter++;
2785 is_playing = true; 2783 is_playing = true;
2786 playing = true; 2784 playing = true;