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 50238446d6..c818bafdf9 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -653,7 +653,7 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename)
653 653
654 /* Timeout so we can determine if play status has changed */ 654 /* Timeout so we can determine if play status has changed */
655 bool res = list_do_action(CONTEXT_LIST, HZ/2, 655 bool res = list_do_action(CONTEXT_LIST, HZ/2,
656 &playlist_lists, &button, LIST_WRAP_UNLESS_HELD)) 656 &playlist_lists, &button, LIST_WRAP_UNLESS_HELD);
657 viewer.selected_track=gui_synclist_get_sel_pos(&playlist_lists); 657 viewer.selected_track=gui_synclist_get_sel_pos(&playlist_lists);
658 if (res) 658 if (res)
659 { 659 {