1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-20 18:28:01 +00:00

stats: avoid clashing with similar named scripts

This commit is contained in:
Julian 2015-04-11 17:54:43 +02:00 committed by wm4
parent c2f0557977
commit 74e215e9bf

View File

@ -186,4 +186,4 @@ function u(t)
end end
mp.add_key_binding("i", "stats", main, {repeatable=true}) mp.add_key_binding("i", mp.get_script_name(), main, {repeatable=true})