forked from len0rd/rockbox
Fix FS#11497 - switching from a .cue to fm would show the cuesheet bars on the frequency bar thingy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27569 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f69e995bda
commit
839d62f255
1 changed files with 1 additions and 0 deletions
|
|
@ -422,6 +422,7 @@ int radio_screen(void)
|
||||||
{
|
{
|
||||||
radio_load_presets(global_settings.fmr_file);
|
radio_load_presets(global_settings.fmr_file);
|
||||||
}
|
}
|
||||||
|
fms_get(SCREEN_MAIN)->state->id3 = NULL;
|
||||||
#ifdef HAVE_ALBUMART
|
#ifdef HAVE_ALBUMART
|
||||||
radioart_init(true);
|
radioart_init(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue