From 37d7c472ba35acada8e77db7fba24643ab5c0ceb Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 24 Jun 2005 16:32:30 +0000 Subject: Put back the playlist creation options in the main menu git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6854 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/playlist.h') 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 #define PLAYLIST_ATTR_QUEUED 0x01 #define PLAYLIST_ATTR_INSERTED 0x02 +#define DEFAULT_DYNAMIC_PLAYLIST_NAME "/dynamic.m3u" + struct playlist_track_info { char filename[MAX_PATH]; /* path name of mp3 file */ -- cgit v1.2.3