summaryrefslogtreecommitdiff
path: root/apps/playlist_catalog.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_catalog.c')
-rw-r--r--apps/playlist_catalog.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/playlist_catalog.c b/apps/playlist_catalog.c
index 353bd61173..266da7cc6f 100644
--- a/apps/playlist_catalog.c
+++ b/apps/playlist_catalog.c
@@ -320,12 +320,7 @@ static int display_playlists(char* playlist, bool view)
320static void display_insert_count(int count) 320static void display_insert_count(int count)
321{ 321{
322 gui_syncsplash(0, str(LANG_PLAYLIST_INSERT_COUNT), count, 322 gui_syncsplash(0, str(LANG_PLAYLIST_INSERT_COUNT), count,
323#if CONFIG_KEYPAD == PLAYER_PAD 323 str(LANG_OFF_ABORT));
324 str(LANG_STOP_ABORT)
325#else
326 str(LANG_OFF_ABORT)
327#endif
328 );
329} 324}
330 325
331/* Add specified track into playlist. Callback from directory insert */ 326/* Add specified track into playlist. Callback from directory insert */