mirror of https://github.com/mpv-player/mpv
stats: avoid clashing with similar named scripts
This commit is contained in:
parent
c2f0557977
commit
74e215e9bf
|
@ -186,4 +186,4 @@ function u(t)
|
|||
end
|
||||
|
||||
|
||||
mp.add_key_binding("i", "stats", main, {repeatable=true})
|
||||
mp.add_key_binding("i", mp.get_script_name(), main, {repeatable=true})
|
||||
|
|
Loading…
Reference in New Issue