summaryrefslogtreecommitdiff
path: root/apps/playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist.c')
-rw-r--r--apps/playlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playlist.c b/apps/playlist.c
index f3339a6862..f11cb04370 100644
--- a/apps/playlist.c
+++ b/apps/playlist.c
@@ -2542,7 +2542,9 @@ bool playlist_next_dir(int direction)
2542 ft_build_playlist(tree_get_context(), 0); 2542 ft_build_playlist(tree_get_context(), 0);
2543 if (global_settings.playlist_shuffle) 2543 if (global_settings.playlist_shuffle)
2544 playlist_shuffle(current_tick, -1); 2544 playlist_shuffle(current_tick, -1);
2545#if (CONFIG_CODEC != SWCODEC)
2545 playlist_start(0,0); 2546 playlist_start(0,0);
2547#endif
2546 result = true; 2548 result = true;
2547 } 2549 }
2548 else 2550 else