mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 05:44:06 +02:00
Kindle driver: Change the height of generated thumbnails to 500px, needed for the Oasis 2017
This commit is contained in:
parent
171e82e19c
commit
61ef61e3d9
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue