diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-24 16:32:30 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-06-24 16:32:30 +0000 |
commit | 37d7c472ba35acada8e77db7fba24643ab5c0ceb (patch) | |
tree | 1ac7ae80be87df6d5d19a38f4b468f19a63eda18 /apps/playlist.h | |
parent | 7600708a7a11a525e4c1212c5c081ff0bf4e7e37 (diff) | |
download | rockbox-37d7c472ba35acada8e77db7fba24643ab5c0ceb.tar.gz rockbox-37d7c472ba35acada8e77db7fba24643ab5c0ceb.tar.bz2 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.h | 2 |
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 #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 */ |