summaryrefslogtreecommitdiff
path: root/apps/playlist.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-24 16:32:30 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-24 16:32:30 +0000
commit37d7c472ba35acada8e77db7fba24643ab5c0ceb (patch)
tree1ac7ae80be87df6d5d19a38f4b468f19a63eda18 /apps/playlist.h
parent7600708a7a11a525e4c1212c5c081ff0bf4e7e37 (diff)
downloadrockbox-37d7c472ba35acada8e77db7fba24643ab5c0ceb.tar.gz
rockbox-37d7c472ba35acada8e77db7fba24643ab5c0ceb.zip
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
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 */