Skip to content

Commit 7ace42f

Browse files
na-na-hikasper93
authored andcommitted
ytdl_hook.lua: use _name key for mp.command_native
1 parent 1839da1 commit 7ace42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

player/lua/ytdl_hook.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ end
117117

118118
local function exec(args)
119119
return mp.command_native({
120-
name = "subprocess",
120+
_name = "subprocess",
121121
args = args,
122122
capture_stdout = true,
123123
capture_stderr = true,

0 commit comments

Comments
 (0)