1
0
Fork 0
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:
Miika Pekkarinen 2006-01-19 20:35:06 +00:00
parent b016185c99
commit 178a85f31c
2 changed files with 26 additions and 9 deletions

View file

@ -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;
}
}