From 450af05338fd0ea0ff33e2e03f934d7a4aa5f8fa Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 22 May 2015 20:03:14 +0200 Subject: options: rename --media-title option Conflicts with the property. --- player/lua/ytdl_hook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/lua/ytdl_hook.lua') diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua index 5e87bc3bc3..225c36364e 100644 --- a/player/lua/ytdl_hook.lua +++ b/player/lua/ytdl_hook.lua @@ -176,7 +176,7 @@ mp.add_hook("on_load", 10, function () mp.set_property("stream-open-filename", playlist) if not (json.title == nil) then - mp.set_property("file-local-options/media-title", json.title) + mp.set_property("file-local-options/force-media-title", json.title) end else -- cgit v1.2.3