aboutsummaryrefslogtreecommitdiffhomepage
path: root/playtreeparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'playtreeparser.c')
-rw-r--r--playtreeparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/playtreeparser.c b/playtreeparser.c
index d94a417828..a0d74556a0 100644
--- a/playtreeparser.c
+++ b/playtreeparser.c
@@ -456,7 +456,7 @@ parse_playtree(stream_t *stream, int forced) {
#ifdef MP_DEBUG
assert(stream != NULL);
- assert(stream->type == STREAMTYPE_PLAYLIST);
+// assert(stream->type == STREAMTYPE_PLAYLIST);
#endif
p = play_tree_parser_new(stream,0);