mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 23:02:37 +00:00
options.lua: call msg.debug after resolving 'identifier'
This commit is contained in:
parent
b41ece5ad4
commit
33a63d8e6e
@ -31,11 +31,10 @@ end
|
||||
|
||||
|
||||
function read_options(options, identifier)
|
||||
msg.debug("reading options for " .. identifier)
|
||||
|
||||
if identifier == nil then
|
||||
identifier = mp.get_script_name()
|
||||
end
|
||||
msg.debug("reading options for " .. identifier)
|
||||
|
||||
-- read config file
|
||||
local conffilename = "lua-settings/" .. identifier .. ".conf"
|
||||
|
Loading…
Reference in New Issue
Block a user