summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.h')
-rw-r--r--apps/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 0dc5148acd..c7b672a2ef 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -36,7 +36,7 @@
36 36
37#define PLAYLIST_DISPLAY_COUNT 10 37#define PLAYLIST_DISPLAY_COUNT 10
38 38
39#define DEFAULT_DYNAMIC_PLAYLIST_NAME "/dynamic.m3u8" 39#define PLAYLIST_UNTITLED_PREFIX "Playlist "
40 40
41#define PLAYLIST_FLAG_MODIFIED (1u << 0) /* playlist was manually modified */ 41#define PLAYLIST_FLAG_MODIFIED (1u << 0) /* playlist was manually modified */
42#define PLAYLIST_FLAG_DIRPLAY (1u << 1) /* enable directory skipping */ 42#define PLAYLIST_FLAG_DIRPLAY (1u << 1) /* enable directory skipping */