summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 8f1c5d961d..4abd3ee1c5 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -1017,7 +1017,7 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename,
1017 { 1017 {
1018 quick_screen_quick(button); 1018 quick_screen_quick(button);
1019 update_playlist(true); 1019 update_playlist(true);
1020 update_lists(&playlist_lists); 1020 prepare_lists(&playlist_lists);
1021 } 1021 }
1022 break; 1022 break;
1023#endif 1023#endif