mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 08:04:27 +01:00
Merge branch 'master' of https://github.com/j-howell/calibre
This commit is contained in:
commit
b7d2c4b502
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ def extract_metadata(container_data):
|
|||
metadata[COVER_KEY] = entity_value
|
||||
|
||||
for key, value in metadata_entity.items():
|
||||
if key in METADATA_PROPERTIES:
|
||||
if key in METADATA_PROPERTIES and METADATA_PROPERTIES[key] not in metadata:
|
||||
metadata[METADATA_PROPERTIES[key]].append(value)
|
||||
|
||||
return metadata
|
||||
|
|
|
|||
Loading…
Reference in a new issue