Fixed initial state where alsa.update may never be called

This commit is contained in:
Stefan Wagner 2016-03-20 23:41:44 +01:00
parent f63a7fd098
commit 65c7924666
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local setmetatable = setmetatable
-- ALSA volume
-- lain.widgets.alsa
local alsa = { last_level = "0", last_status = "off" }
local alsa = { last_level = "0", last_status = "" }
local function worker(args)
local args = args or {}