From 9149e2af568d4cb251f8b105f360c3e6b9fd9d86 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Dec 2013 20:15:47 +0100 Subject: playlist_parser: mp_msg conversion --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/command.c b/player/command.c index 03b444c062..b5f5a059e5 100644 --- a/player/command.c +++ b/player/command.c @@ -2792,7 +2792,7 @@ void run_command(MPContext *mpctx, mp_cmd_t *cmd) case MP_CMD_LOADLIST: { char *filename = cmd->args[0].v.s; bool append = cmd->args[1].v.i; - struct playlist *pl = playlist_parse_file(filename, opts); + struct playlist *pl = playlist_parse_file(filename, mpctx->global); if (pl) { if (!append) playlist_clear(mpctx->playlist); -- cgit v1.2.3