mirror of https://github.com/lcpz/lain.git
#187 fix
This commit is contained in:
parent
bacf63807c
commit
49d493e1a4
|
@ -41,7 +41,7 @@ local function worker(args)
|
|||
settings()
|
||||
end
|
||||
|
||||
newtimer(string.format("pulseaudio-%s", pulseaudio.sink), timeout, pulseaudio.update)
|
||||
newtimer(string.format("pulseaudio-%s", timeout), timeout, pulseaudio.update)
|
||||
|
||||
return setmetatable(pulseaudio, { __index = pulseaudio.widget })
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue