summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c3
1 files changed, 3 insertions, 0 deletions
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)
2256 ft_build_playlist(tree_get_context(), 0); 2256 ft_build_playlist(tree_get_context(), 0);
2257 if (global_settings.playlist_shuffle) 2257 if (global_settings.playlist_shuffle)
2258 playlist_shuffle(current_tick, -1); 2258 playlist_shuffle(current_tick, -1);
2259#if CONFIG_CODEC != SWCODEC
2259 playlist_start(0, 0); 2260 playlist_start(0, 0);
2261#endif
2262 playlist->index = 0;
2260 index = 0; 2263 index = 0;
2261 } 2264 }
2262 } 2265 }