[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)
|
||||
else
|
||||
return("0%")
|
||||
end
|
||||
end
|
||||
-- }}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue