summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 4ffa6deece..c52bd6101c 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -497,7 +497,7 @@ static struct add_to_pl_param addtopl_queue_shuf = {PLAYLIST_INSERT_SHUFFL
497static struct add_to_pl_param addtopl_queue_last_shuf = {PLAYLIST_INSERT_LAST_SHUFFLED, 1, 0}; 497static struct add_to_pl_param addtopl_queue_last_shuf = {PLAYLIST_INSERT_LAST_SHUFFLED, 1, 0};
498 498
499static struct add_to_pl_param addtopl_replace = {PLAYLIST_INSERT, 0, 1}; 499static struct add_to_pl_param addtopl_replace = {PLAYLIST_INSERT, 0, 1};
500static struct add_to_pl_param addtopl_replace_shuffled = {PLAYLIST_INSERT_SHUFFLED, 0, 1}; 500static struct add_to_pl_param addtopl_replace_shuffled = {PLAYLIST_INSERT_LAST_SHUFFLED, 0, 1};
501 501
502/* CONTEXT_[TREE|ID3DB|STD] playlist options */ 502/* CONTEXT_[TREE|ID3DB|STD] playlist options */
503static int add_to_playlist(void* arg) 503static int add_to_playlist(void* arg)