1
0
Fork 0
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:
Jonathan Gordon 2007-02-18 10:05:40 +00:00
parent 5fd4c15e2a
commit da88e84f48

View file

@ -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 */