diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/playlist.h b/src/playlist.h index 4af4aa82c..19dc747e9 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -38,7 +38,8 @@ enum playlist_result { PLAYLIST_RESULT_BAD_NAME, PLAYLIST_RESULT_BAD_RANGE, PLAYLIST_RESULT_NOT_PLAYING, - PLAYLIST_RESULT_TOO_LARGE + PLAYLIST_RESULT_TOO_LARGE, + PLAYLIST_RESULT_DISABLED, }; typedef struct _Playlist { |