1
0
Fork 0
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:
Jonathan Gordon 2010-07-26 08:43:01 +00:00
parent f69e995bda
commit 839d62f255

View file

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