1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

ytdl: do not use deprecated option

This was missed in commit 450af053.
This commit is contained in:
wm4 2015-05-23 15:15:16 +02:00
parent fa7b22c687
commit a3f8d45fb6

View File

@ -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