[mpd] fixes if-else block missing end (#81)

This commit is contained in:
Lorenzo Gaggini 2019-03-18 13:48:48 +01:00 committed by Nguyễn Gia Phong
parent f37566b0af
commit 9cf9e994cd
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function format_progress_percentage(elapsed, duration)
return ("%d%%"):format(percentage)
else
return("0%")
end
end
-- }}}