From 178a85f31cded478412d1365cd3d0537bc6e4ecc Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Thu, 19 Jan 2006 20:35:06 +0000 Subject: 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 --- apps/playlist.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/playlist.c') diff --git a/apps/playlist.c b/apps/playlist.c index 46556bff12..e8239b21f2 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -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; } } -- cgit v1.2.3