Custom metadata (#10861)

This commit is contained in:
hius07
2023-09-01 08:07:29 +03:00
committed by GitHub
parent 0ef7729678
commit ed2ea6803f
8 changed files with 475 additions and 233 deletions

View File

@@ -492,7 +492,7 @@ function BookInfoManager:extractBookInfo(filepath, cover_specs)
end
if loaded then
dbrow.pages = pages
local props = FileManagerBookInfo.customizeProps(document:getProps(), filepath)
local props = FileManagerBookInfo.extendProps(document:getProps(), filepath)
if next(props) then -- there's at least one item
dbrow.has_meta = 'Y'
end