summaryrefslogtreecommitdiffstats
path: root/common/playlist_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/playlist_parser.c')
-rw-r--r--common/playlist_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/playlist_parser.c b/common/playlist_parser.c
index ee5fe07b91..f33f7204b6 100644
--- a/common/playlist_parser.c
+++ b/common/playlist_parser.c
@@ -539,7 +539,7 @@ static struct playlist *do_parse(struct stream* stream, bool forced,
};
bool success = false;
- struct demuxer *pl_demux = demux_open(stream, "playlist", NULL, global->opts);
+ struct demuxer *pl_demux = demux_open(stream, "playlist", NULL, global);
if (pl_demux && pl_demux->playlist) {
playlist_transfer_entries(p.pl, pl_demux->playlist);
success = true;