mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use Libra H2O cover settings for 2024 devices
We dont have a way to distinguish between the different 2024 devices. So use the highest resolution on the theory that downscaling is better.
This commit is contained in:
parent
919f985193
commit
07194ca5af
@ -3604,7 +3604,9 @@ class KOBOTOUCH(KOBO):
|
||||
return self.detected_device.idProduct in self.TOUCH2_PRODUCT_ID
|
||||
|
||||
def cover_file_endings(self):
|
||||
if self.isAura():
|
||||
if self.is2024Device():
|
||||
_cover_file_endings = self.LIBRA_H2O_COVER_FILE_ENDINGS
|
||||
elif self.isAura():
|
||||
_cover_file_endings = self.AURA_COVER_FILE_ENDINGS
|
||||
elif self.isAuraEdition2():
|
||||
_cover_file_endings = self.GLO_COVER_FILE_ENDINGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user