Fixed a problem that wps didn't update instantly with buffered tracks
when skipping. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7995 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
731b22e2e7
commit
8690a394b1
1 changed files with 4 additions and 0 deletions
|
@ -1457,6 +1457,10 @@ void audio_update_trackinfo(void)
|
|||
} else {
|
||||
pcmbuf_add_event(codec_track_changed);
|
||||
}
|
||||
|
||||
/* Manual track change. */
|
||||
if (new_track)
|
||||
codec_track_changed();
|
||||
}
|
||||
|
||||
static void audio_stop_playback(void)
|
||||
|
|
Loading…
Reference in a new issue