mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
playlist: remove support for PLAYLIST_COMMAND_CLEAR
Although this breaks compatibility with playlist control file versions 3-5, i.e. control files generated by any RB build between Jan 29 2023 (commit25bd3bc) and Oct 26 2024 (commit7592d2c), compatibility with v2 of the control file that was in use from 2003 to 2023 is maintained. Change-Id: I7fd3394e31131bb0563e41d921bcaf940dd999bc
This commit is contained in:
parent
6265bbbd97
commit
50f10681b3
2 changed files with 23 additions and 40 deletions
|
|
@ -51,7 +51,6 @@ enum playlist_command {
|
|||
PLAYLIST_COMMAND_SHUFFLE,
|
||||
PLAYLIST_COMMAND_UNSHUFFLE,
|
||||
PLAYLIST_COMMAND_RESET,
|
||||
PLAYLIST_COMMAND_CLEAR,
|
||||
PLAYLIST_COMMAND_FLAGS,
|
||||
PLAYLIST_COMMAND_COMMENT,
|
||||
PLAYLIST_COMMAND_ERROR = PLAYLIST_COMMAND_COMMENT + 1 /* Internal */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue