summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index 1822db844f..503e4a28d1 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -135,9 +135,11 @@
135 * v2 was added shortly thereafter and has been used since 2003. 135 * v2 was added shortly thereafter and has been used since 2003.
136 * v3 added the (C)lear command and is otherwise identical to v2. 136 * v3 added the (C)lear command and is otherwise identical to v2.
137 * v4 added the (F)lags command. 137 * v4 added the (F)lags command.
138 * v5 added index to the (C)lear command. Added PLAYLIST_INSERT_LAST_ROTATED (-8) as
139 * a supported position for (A)dd or (Q)eue commands.
138 */ 140 */
139#define PLAYLIST_CONTROL_FILE_MIN_VERSION 2 141#define PLAYLIST_CONTROL_FILE_MIN_VERSION 2
140#define PLAYLIST_CONTROL_FILE_VERSION 4 142#define PLAYLIST_CONTROL_FILE_VERSION 5
141 143
142#define PLAYLIST_COMMAND_SIZE (MAX_PATH+12) 144#define PLAYLIST_COMMAND_SIZE (MAX_PATH+12)
143 145