diff options
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h index c7b672a2ef..5ad90db6f1 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -51,7 +51,8 @@ enum playlist_command { PLAYLIST_COMMAND_RESET, PLAYLIST_COMMAND_CLEAR, PLAYLIST_COMMAND_FLAGS, - PLAYLIST_COMMAND_COMMENT + PLAYLIST_COMMAND_COMMENT, + PLAYLIST_COMMAND_ERROR = PLAYLIST_COMMAND_COMMENT + 1 /* Internal */ }; enum { |