forked from len0rd/rockbox
Revert this morning's change as it can cause old metadata to be reused inapproprately. A better fix coming later.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11353 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9e62b1afe4
commit
ee9b85456f
1 changed files with 1 additions and 1 deletions
|
@ -2657,7 +2657,7 @@ static void audio_fill_file_buffer(
|
||||||
bool had_next_track = audio_next_track() != NULL;
|
bool had_next_track = audio_next_track() != NULL;
|
||||||
bool continue_buffering;
|
bool continue_buffering;
|
||||||
|
|
||||||
if (!audio_initialize_buffer_fill(start_play))
|
if (!audio_initialize_buffer_fill(!start_play))
|
||||||
return ;
|
return ;
|
||||||
|
|
||||||
/* If we have a partially buffered track, continue loading,
|
/* If we have a partially buffered track, continue loading,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue