summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/streamer.c b/streamer.c
index 2f1a8782..d304e1a8 100644
--- a/streamer.c
+++ b/streamer.c
@@ -1375,9 +1375,6 @@ streamer_set_nextsong_real (int song, int pstate) {
output->stop ();
}
streamer_lock ();
- if (pstate == 1) {
- badsong = -1;
- }
nextsong = song;
nextsong_pstate = pstate;
if (output->state () == OUTPUT_STATE_STOPPED) {