forked from len0rd/rockbox
Fix id3 tag priority order
remove \t git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12392 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5fd4c15e2a
commit
da88e84f48
1 changed files with 6 additions and 6 deletions
|
|
@ -717,7 +717,7 @@ const struct settings_list settings[] = {
|
|||
ID2P(LANG_SORT_DATE_REVERSE)),
|
||||
BOOL_SETTING(0, id3_v1_first, LANG_ID3_ORDER, false,
|
||||
"id3 tag priority", "v2-v1,v1-v2",
|
||||
LANG_ID3_V2_FIRST, LANG_ID3_V1_FIRST, mpeg_id3_options),
|
||||
LANG_ID3_V1_FIRST, LANG_ID3_V2_FIRST, mpeg_id3_options),
|
||||
|
||||
#ifdef HAVE_RECORDING
|
||||
/* recording */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue