summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/streamer.c b/streamer.c
index 65d43cf2..94d35f98 100644
--- a/streamer.c
+++ b/streamer.c
@@ -232,7 +232,7 @@ streamer_move_to_nextsong (int reason) {
if (!it) {
// all songs played, reshuffle and try again
if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL) { // loop
- pl_reshuffle (&it, NULL);
+ plt_reshuffle (streamer_playlist, &it, NULL);
}
}
if (!it) {
@@ -268,7 +268,7 @@ streamer_move_to_nextsong (int reason) {
trace ("all songs played! reshuffle\n");
// all songs played, reshuffle and try again
if (pl_loop_mode == PLAYBACK_MODE_LOOP_ALL) { // loop
- pl_reshuffle (&it, NULL);
+ plt_reshuffle (streamer_playlist, &it, NULL);
}
}
if (!it) {