Wallabag remove from history setting fixes (#6059)

This commit is contained in:
mwoz123
2020-04-15 15:25:29 +02:00
committed by GitHub
parent 0b52fe9771
commit 8b4f1ca42e
2 changed files with 2 additions and 3 deletions

View File

@@ -558,7 +558,7 @@ function KOSync:getProgress(manual)
return
end
body.percentage = roundPercent(body.percentage)
body.percentage = Math.roundPercent(body.percentage)
local progress = self:getLastProgress()
local percentage = self:getLastPercent()
DEBUG("current progress", percentage)