summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index b5a6e17426..5346cc8663 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -118,7 +118,8 @@ enum {
118 PLAYLIST_PREPEND = -1, 118 PLAYLIST_PREPEND = -1,
119 PLAYLIST_INSERT = -2, 119 PLAYLIST_INSERT = -2,
120 PLAYLIST_INSERT_LAST = -3, 120 PLAYLIST_INSERT_LAST = -3,
121 PLAYLIST_INSERT_FIRST = -4 121 PLAYLIST_INSERT_FIRST = -4,
122 PLAYLIST_INSERT_SHUFFLED = -5
122}; 123};
123 124
124enum { 125enum {