diff options
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playlist.h b/apps/playlist.h index 006688d2f5..d56a6fd659 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -47,6 +47,7 @@ enum playlist_command { PLAYLIST_COMMAND_SHUFFLE, PLAYLIST_COMMAND_UNSHUFFLE, PLAYLIST_COMMAND_RESET, + PLAYLIST_COMMAND_CLEAR, PLAYLIST_COMMAND_COMMENT }; |