diff options
Diffstat (limited to 'apps/onplay.h')
-rw-r--r-- | apps/onplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/onplay.h b/apps/onplay.h index 03861e9cf6..26b1247f7b 100644 --- a/apps/onplay.h +++ b/apps/onplay.h | |||
@@ -28,6 +28,7 @@ | |||
28 | enum { | 28 | enum { |
29 | ONPLAY_NO_CUSTOMACTION, | 29 | ONPLAY_NO_CUSTOMACTION, |
30 | ONPLAY_CUSTOMACTION_SHUFFLE_SONGS, | 30 | ONPLAY_CUSTOMACTION_SHUFFLE_SONGS, |
31 | ONPLAY_CUSTOMACTION_FIRSTLETTER, | ||
31 | }; | 32 | }; |
32 | 33 | ||
33 | int onplay(char* file, int attr, int from_context, bool hotkey, int customaction); | 34 | int onplay(char* file, int attr, int from_context, bool hotkey, int customaction); |