summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playlist_viewer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 3e1479139b..318bdcd915 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -487,10 +487,10 @@ static int onplay_menu(int index)
487 int result, ret = 0; 487 int result, ret = 0;
488 struct playlist_entry * current_track = 488 struct playlist_entry * current_track =
489 playlist_buffer_get_track(&viewer.buffer, index); 489 playlist_buffer_get_track(&viewer.buffer, index);
490 MENUITEM_STRINGLIST(menu_items, ID2P(LANG_PLAYLIST), NULL, 490 MENUITEM_STRINGLIST(menu_items, ID2P(LANG_PLAYLIST), NULL,
491 ID2P(LANG_CURRENT_PLAYLIST), ID2P(LANG_CATALOG), 491 ID2P(LANG_CURRENT_PLAYLIST), ID2P(LANG_CATALOG),
492 ID2P(LANG_REMOVE), ID2P(LANG_MOVE), ID2P(LANG_SHUFFLE), 492 ID2P(LANG_REMOVE), ID2P(LANG_MOVE), ID2P(LANG_SHUFFLE),
493 ID2P(LANG_SAVE_DYNAMIC_PLAYLIST), 493 ID2P(LANG_SAVE),
494 ID2P(LANG_PLAYLISTVIEWER_SETTINGS)); 494 ID2P(LANG_PLAYLISTVIEWER_SETTINGS));
495 bool current = (current_track->index == viewer.current_playing_track); 495 bool current = (current_track->index == viewer.current_playing_track);
496 496