Skip to content

Commit

Permalink
Kindle driver: Change the height of generated thumbnails to 500px, ne…
Browse files Browse the repository at this point in the history
…eded for the Oasis 2017
  • Loading branch information
kovidgoyal committed Apr 11, 2018
1 parent 171e82e commit 61ef61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/calibre/devices/kindle/driver.py
Expand Up @@ -391,7 +391,8 @@ class KINDLE2(KINDLE):
# x330 on the PaperWhite
# x262 on the Touch. Doesn't choke on x330, though.
# x470 on the Voyage, checked that it works on PW, Touch checked by eschwartz.
THUMBNAIL_HEIGHT = 470
# x500 on the Oasis 2017. checked that it works on the PW3
THUMBNAIL_HEIGHT = 500

@classmethod
def migrate_extra_customization(cls, vals):
Expand Down

0 comments on commit 61ef61e

Please sign in to comment.