diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 745b5283b..1d5b9500a 100644 --- a/src/command.h +++ b/src/command.h @@ -9,6 +9,7 @@ typedef enum CMD_NONE = 0, CMD_PLAY, CMD_SELECT, + CMD_SELECT_ALL, CMD_PAUSE, CMD_STOP, CMD_TRACK_NEXT, |