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 5ad90db6f1..4d814c7523 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -62,7 +62,8 @@ enum {
62 PLAYLIST_INSERT_FIRST = -4, 62 PLAYLIST_INSERT_FIRST = -4,
63 PLAYLIST_INSERT_SHUFFLED = -5, 63 PLAYLIST_INSERT_SHUFFLED = -5,
64 PLAYLIST_REPLACE = -6, 64 PLAYLIST_REPLACE = -6,
65 PLAYLIST_INSERT_LAST_SHUFFLED = -7 65 PLAYLIST_INSERT_LAST_SHUFFLED = -7,
66 PLAYLIST_INSERT_LAST_ROTATED = -8
66}; 67};
67 68
68struct playlist_info 69struct playlist_info