From a3f8d45fb6f70cc9d07105eeee8c843b9109bca6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 May 2015 15:15:16 +0200 Subject: ytdl: do not use deprecated option This was missed in commit 450af053. --- player/lua/ytdl_hook.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua index 225c36364e..bcbb536426 100644 --- a/player/lua/ytdl_hook.lua +++ b/player/lua/ytdl_hook.lua @@ -234,7 +234,7 @@ mp.add_hook("on_load", 10, function () mp.set_property("stream-open-filename", streamurl) - mp.set_property("file-local-options/media-title", json.title) + mp.set_property("file-local-options/force-media-title", json.title) -- add subtitles if not (json.requested_subtitles == nil) then -- cgit v1.2.3