mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
CreDocument: support added 'identifier' metadata (#11628)
Currently not exposed in Book information.
This commit is contained in:
@@ -38,6 +38,7 @@ local CreDocument = Document:extend{
|
||||
authors = "doc.authors",
|
||||
series = "doc.series.name",
|
||||
series_index = "doc.series.number",
|
||||
identifiers = "doc.identifiers",
|
||||
},
|
||||
|
||||
-- Reasons for the fallback font ordering:
|
||||
|
||||
Reference in New Issue
Block a user