1
0
Fork 0
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:
Steve Bavin 2006-10-26 17:33:54 +00:00
parent 9e62b1afe4
commit ee9b85456f

View file

@ -2657,7 +2657,7 @@ static void audio_fill_file_buffer(
bool had_next_track = audio_next_track() != NULL;
bool continue_buffering;
if (!audio_initialize_buffer_fill(start_play))
if (!audio_initialize_buffer_fill(!start_play))
return ;
/* If we have a partially buffered track, continue loading,