mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Suggest numbered filename when saving untitled playlist
+ update misleading comment for catalog_add_to_a_playlist's m3u8name parameter (the keyboard picker will be shown even if it's not NULL) Change-Id: I7576a83fd40cdcdb7a912c90d8c1d9a8f25e277c
This commit is contained in:
parent
831faa3b82
commit
bdec7ed31b
4 changed files with 18 additions and 16 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue