mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 17:12:39 -05:00
ID3 tag priority setting wasn't applied on startup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7507 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
acdcdb0278
commit
61a2550f3f
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include "lcd.h"
|
||||
#include "audio.h"
|
||||
#include "mp3_playback.h"
|
||||
#include "mpeg.h"
|
||||
#include "talk.h"
|
||||
#include "string.h"
|
||||
#include "ata.h"
|
||||
|
|
@ -817,6 +818,7 @@ void settings_apply(void)
|
|||
#if CONFIG_CODEC == MAS3507D
|
||||
dac_line_in(global_settings.line_in);
|
||||
#endif
|
||||
mpeg_id3_options(global_settings.id3_v1_first);
|
||||
#ifdef HAVE_ATA_POWER_OFF
|
||||
ata_poweroff(global_settings.disk_poweroff);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue