diff options
Diffstat (limited to 'apps/playlist.h')
-rw-r--r-- | apps/playlist.h | 2 |
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 @@ #define PLAYLIST_DISPLAY_COUNT 10 -#define DEFAULT_DYNAMIC_PLAYLIST_NAME "/dynamic.m3u8" +#define PLAYLIST_UNTITLED_PREFIX "Playlist " #define PLAYLIST_FLAG_MODIFIED (1u << 0) /* playlist was manually modified */ #define PLAYLIST_FLAG_DIRPLAY (1u << 1) /* enable directory skipping */ |