diff --git a/plugins/statistics.koplugin/main.lua b/plugins/statistics.koplugin/main.lua index 48954d0de..475323cb8 100644 --- a/plugins/statistics.koplugin/main.lua +++ b/plugins/statistics.koplugin/main.lua @@ -1240,7 +1240,7 @@ function ReaderStatistics:getCurrentStat(id_book) -- NOTE: But, as the "Average time per page" entry is already re-using self.avg_time, -- which is computed slightly differently (c.f., insertDB), we'll be using this tweaked book read time -- to compute the other time-based statistics... - local _, book_read_time = self:getPageTimeTotalStats(id_book) + local __, book_read_time = self:getPageTimeTotalStats(id_book) if total_time_book == nil then total_time_book = 0