mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix improper exclusion of "languages" from the new metadata 'process_first' set.
This commit is contained in:
parent
19af7031b3
commit
01b55581a7
@ -135,5 +135,4 @@ SERIALIZABLE_FIELDS = SOCIAL_METADATA_FIELDS.union(
|
||||
# A special set used to optimize the performance of Metadata.__setattr__
|
||||
ATTR_NORMAL_FIELDS = frozenset(STANDARD_METADATA_FIELDS -
|
||||
TOP_LEVEL_IDENTIFIERS -
|
||||
set('identifiers') -
|
||||
set('languages'))
|
||||
set('identifiers'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user