[mpd] fixes if-else block missing end (#81)
This commit is contained in:
parent
f37566b0af
commit
9cf9e994cd
|
@ -51,6 +51,7 @@ function format_progress_percentage(elapsed, duration)
|
|||
else
|
||||
return("0%")
|
||||
end
|
||||
end
|
||||
-- }}}
|
||||
|
||||
-- {{{ MPD widget type
|
||||
|
|
Loading…
Reference in New Issue