parent
0c6534595b
commit
0e3f2245b0
|
@ -446,7 +446,7 @@ function pref_menu:save()
|
||||||
video_codec = true,
|
video_codec = true,
|
||||||
audio_codec = true,
|
audio_codec = true,
|
||||||
}
|
}
|
||||||
local mpv_dirpath = string.gsub(mp.get_script_directory(), "scripts[\\/]%w+", "")
|
local mpv_dirpath = string.gsub(mp.get_script_directory(), "scripts[\\/][^\\/]+", "")
|
||||||
local config_filepath = utils.join_path(utils.join_path(mpv_dirpath, "script-opts"), string.format('%s.conf', NAME))
|
local config_filepath = utils.join_path(utils.join_path(mpv_dirpath, "script-opts"), string.format('%s.conf', NAME))
|
||||||
local handle = io.open(config_filepath, 'w')
|
local handle = io.open(config_filepath, 'w')
|
||||||
if handle ~= nil then
|
if handle ~= nil then
|
||||||
|
|
Loading…
Reference in a new issue