summaryrefslogtreecommitdiff
path: root/streamer.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-11-30 20:51:35 +0100
committerGravatar waker <wakeroid@gmail.com>2011-11-30 20:51:35 +0100
commit25ab2e723f33dea14940268d1bcacab6f452f22d (patch)
tree086ebd4b238e1d6721aa5242e5549ce0173a17e8 /streamer.c
parent62495cc1ab25b02e6bf4838592dbadc133e59f26 (diff)
fixed skipping invalid tracks
Diffstat (limited to 'streamer.c')
-rw-r--r--streamer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamer.c b/streamer.c
index 98ec1806..b1829727 100644
--- a/streamer.c
+++ b/streamer.c
@@ -894,7 +894,7 @@ m3u_error:
trace ("\033[0;31mfailed to init decoder\033[37;0m\n")
dec->free (new_fileinfo);
new_fileinfo = NULL;
- goto error;
+// goto error;
}
}