forked from len0rd/rockbox
iriver: Better fix for the previous problem, stop playback if next
song is not immediately available, don't flush buffer when changing to next directory, git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8393 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b016185c99
commit
178a85f31c
2 changed files with 26 additions and 9 deletions
|
@ -2256,7 +2256,10 @@ int playlist_next(int steps)
|
|||
ft_build_playlist(tree_get_context(), 0);
|
||||
if (global_settings.playlist_shuffle)
|
||||
playlist_shuffle(current_tick, -1);
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
playlist_start(0, 0);
|
||||
#endif
|
||||
playlist->index = 0;
|
||||
index = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue