summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bd39a385f2..293577b124 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -652,7 +652,7 @@ enum playlist_viewer_result playlist_viewer_ex(const char* filename)
652 } 652 }
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_TREE, HZ/2,
656 &playlist_lists, &button, LIST_WRAP_UNLESS_HELD); 656 &playlist_lists, &button, LIST_WRAP_UNLESS_HELD);
657 /* during moving, another redraw is going to be needed, 657 /* during moving, another redraw is going to be needed,
658 * since viewer.selected_track is updated too late (after the first draw) 658 * since viewer.selected_track is updated too late (after the first draw)