From b06e83dd12a1867228b6c0fbf535c351eff9650e Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Sun, 8 Jan 2023 17:23:42 +0300 Subject: [PATCH] replace call --- subtitles/secondary_sid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subtitles/secondary_sid.lua b/subtitles/secondary_sid.lua index 8ebecce..bdf222d 100644 --- a/subtitles/secondary_sid.lua +++ b/subtitles/secondary_sid.lua @@ -86,7 +86,7 @@ local function on_file_loaded() if secondary_sid == false then secondary_sid = find_best_secondary_sid() if secondary_sid ~= nil then - mp.set_property('secondary-sid', secondary_sid) + mp.set_property_native('secondary-sid', secondary_sid) end end end