mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Custom metadata (#10861)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user