mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
filemanagerhistory: fix non standard status (#11188)
This commit is contained in:
@@ -50,6 +50,9 @@ function FileManagerHistory:fetchStatuses(count)
|
||||
else
|
||||
status = filemanagerutil.getStatus(v.file)
|
||||
end
|
||||
if not filter_text[status] then
|
||||
status = "reading"
|
||||
end
|
||||
if count then
|
||||
self.count[status] = self.count[status] + 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user