filemanagerhistory: fix non standard status (#11188)

This commit is contained in:
hius07
2023-12-02 09:06:31 +02:00
committed by GitHub
parent dce12de09d
commit b4424b4685

View File

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