forked from len0rd/rockbox
Should fix a bug with track skipping backwards following track skip forward, play, seek backward
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9718 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7df187f20e
commit
ed44e19c3f
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ static void initialize_buffer_fill(bool clear_tracks, bool short_fill)
|
|||
logf("Starting buffer fill");
|
||||
|
||||
if (clear_tracks)
|
||||
audio_clear_track_entries(false);
|
||||
audio_clear_track_entries(short_fill);
|
||||
|
||||
/* Save the current resume position once. */
|
||||
playlist_update_resume_info(audio_current_track());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue