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