Skip to content

Commit

Permalink
replace call
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Jan 8, 2023
1 parent a29dca1 commit b06e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subtitles/secondary_sid.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b06e83d

Please sign in to comment.