Skip to content

Commit

Permalink
Fix a regression that broke reading metadata from ODT files that do n…
Browse files Browse the repository at this point in the history
…ot have keywords. Fixes #1846828 [e-book reader does not read .odt files](https://bugs.launchpad.net/calibre/+bug/1846828)
  • Loading branch information
kovidgoyal committed Oct 5, 2019
1 parent 644071f commit b72922e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/calibre/ebooks/metadata/odt.py
Expand Up @@ -49,6 +49,7 @@
'generator': (METANS, 'generator'),
'initial-creator': (METANS, 'initial-creator'),
'keyword': (METANS, 'keyword'),
'keywords': (METANS, 'keywords'),
'editing-duration': (METANS, 'editing-duration'),
'editing-cycles': (METANS, 'editing-cycles'),
'printed-by': (METANS, 'printed-by'),
Expand Down

0 comments on commit b72922e

Please sign in to comment.