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 5ad90db6f1..4d814c7523 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -62,7 +62,8 @@ enum { PLAYLIST_INSERT_FIRST = -4, PLAYLIST_INSERT_SHUFFLED = -5, PLAYLIST_REPLACE = -6, - PLAYLIST_INSERT_LAST_SHUFFLED = -7 + PLAYLIST_INSERT_LAST_SHUFFLED = -7, + PLAYLIST_INSERT_LAST_ROTATED = -8 }; struct playlist_info |