summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 17b9cf5e39..f1ed0ac0fd 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -448,7 +448,7 @@ static int onplay_menu(int index)
448 struct playlist_entry * current_track = 448 struct playlist_entry * current_track =
449 playlist_buffer_get_track(&viewer.buffer, index); 449 playlist_buffer_get_track(&viewer.buffer, index);
450 MENUITEM_STRINGLIST(menu_items, ID2P(LANG_PLAYLIST), NULL, 450 MENUITEM_STRINGLIST(menu_items, ID2P(LANG_PLAYLIST), NULL,
451 ID2P(LANG_PLAYLIST), ID2P(LANG_CATALOG), 451 ID2P(LANG_CURRENT_PLAYLIST), ID2P(LANG_CATALOG),
452 ID2P(LANG_REMOVE), ID2P(LANG_MOVE), 452 ID2P(LANG_REMOVE), ID2P(LANG_MOVE),
453 ID2P(LANG_SAVE_DYNAMIC_PLAYLIST)); 453 ID2P(LANG_SAVE_DYNAMIC_PLAYLIST));
454 bool current = (current_track->index == viewer.current_playing_track); 454 bool current = (current_track->index == viewer.current_playing_track);