summaryrefslogtreecommitdiffstats
path: root/asxparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.c')
-rw-r--r--asxparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asxparser.c b/asxparser.c
index f8a94806eb..cf35151024 100644
--- a/asxparser.c
+++ b/asxparser.c
@@ -528,7 +528,7 @@ asx_parse_entryref(ASX_Parser_t* parser,char* buffer,char** _attribs) {
ptp = play_tree_parser_new(stream,parser->deep+1);
- pt = play_tree_parser_get_play_tree(ptp);
+ pt = play_tree_parser_get_play_tree(ptp, 1);
play_tree_parser_free(ptp);
free_stream(stream);