mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
2
base
2
base
Submodule base updated: 32af1b8507...78204b02fe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user