mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
status-line.lua: fix unused variable warning
This commit is contained in:
parent
0f7aab534a
commit
c431b532b8
@ -80,7 +80,7 @@ end
|
||||
|
||||
timer = mp.add_periodic_timer(1, update_status_line)
|
||||
|
||||
function on_pause_change(name, value)
|
||||
function on_pause_change(_, value)
|
||||
if value == false then
|
||||
timer:resume()
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user