mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove cover_data from SERIALIZABLE_FIELDS
This commit is contained in:
parent
fe6816282f
commit
ea83fd852d
@ -124,5 +124,6 @@ SERIALIZABLE_FIELDS = SOCIAL_METADATA_FIELDS.union(
|
||||
PUBLICATION_METADATA_FIELDS).union(
|
||||
CALIBRE_METADATA_FIELDS).union(
|
||||
DEVICE_METADATA_FIELDS) - \
|
||||
frozenset(['device_collections', 'formats'])
|
||||
frozenset(['device_collections', 'formats',
|
||||
'cover_data'])
|
||||
# these are rebuilt when needed
|
||||
|
Loading…
x
Reference in New Issue
Block a user