summaryrefslogtreecommitdiff
path: root/apps/menus/playlist_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/playlist_menu.c')
-rw-r--r--apps/menus/playlist_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/playlist_menu.c b/apps/menus/playlist_menu.c
index e527e3ebef..affe20418d 100644
--- a/apps/menus/playlist_menu.c
+++ b/apps/menus/playlist_menu.c
@@ -121,7 +121,7 @@ int save_playlist_screen(struct playlist_info* playlist)
121 } 121 }
122 122
123 /* can't trust index from id3 (don't know why), get it from playlist */ 123 /* can't trust index from id3 (don't know why), get it from playlist */
124 resume_index = playlist_get_current()->index; 124 resume_index = playlist_get_display_index() - 1;
125 125
126 struct mp3entry* id3 = audio_current_track(); 126 struct mp3entry* id3 = audio_current_track();
127 127