diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/playlist_viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index 5023844..c818baf 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) /* Timeout so we can determine if play status has changed */ bool res = list_do_action(CONTEXT_LIST, HZ/2, - &playlist_lists, &button, LIST_WRAP_UNLESS_HELD)) + &playlist_lists, &button, LIST_WRAP_UNLESS_HELD); viewer.selected_track=gui_synclist_get_sel_pos(&playlist_lists); if (res) { |