mirror of https://github.com/mpv-player/mpv
parent
f4393eaa6c
commit
c77f076ae4
|
@ -495,7 +495,7 @@ Example implementation::
|
|||
optionB = -0.5,
|
||||
optionC = true,
|
||||
}
|
||||
options.read_options(options, "myscript")
|
||||
read_options(options, "myscript")
|
||||
print(option.optionA)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue