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, 2 insertions, 0 deletions
diff --git a/apps/playlist.h b/apps/playlist.h
index 279c74f740..b5a6e17426 100644
--- a/apps/playlist.h
+++ b/apps/playlist.h
@@ -58,6 +58,8 @@ struct playlist_info
58#define PLAYLIST_ATTR_QUEUED 0x01 58#define PLAYLIST_ATTR_QUEUED 0x01
59#define PLAYLIST_ATTR_INSERTED 0x02 59#define PLAYLIST_ATTR_INSERTED 0x02
60 60
61#define DEFAULT_DYNAMIC_PLAYLIST_NAME "/dynamic.m3u"
62
61struct playlist_track_info 63struct playlist_track_info
62{ 64{
63 char filename[MAX_PATH]; /* path name of mp3 file */ 65 char filename[MAX_PATH]; /* path name of mp3 file */