mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Warn before overwriting another playlist on disk
When saving a playlist to an existing file on disk, warn user, unless the playlist's file name remains unchanged. Change-Id: I10d82667de5fadb5323be4f981bea9263849f07a
This commit is contained in:
parent
2747e920ba
commit
422ea20cef
6 changed files with 55 additions and 27 deletions
|
@ -33,6 +33,9 @@ void catalog_set_directory(const char* directory);
|
|||
*/
|
||||
bool catalog_view_playlists(void);
|
||||
|
||||
bool catalog_pick_new_playlist_name(char *pl_name, size_t buf_size,
|
||||
const char* curr_pl_name);
|
||||
|
||||
/*
|
||||
* Add something to a playlist (new or select from list of playlists in
|
||||
* catalog).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue