Bump base for sqlite. (#6796)

& make CI happy.
This commit is contained in:
ezdiy
2020-10-16 02:34:59 +02:00
committed by GitHub
parent dfe3502b91
commit 5e231d759a
2 changed files with 2 additions and 2 deletions

2
base

Submodule base updated: 32af1b8507...78204b02fe

View File

@@ -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_pages, 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