mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/HexPandaa/calibre
This commit is contained in:
commit
0a16099857
@ -3396,7 +3396,7 @@ class KOBOTOUCH(KOBO):
|
|||||||
_cover_file_endings = self.LIBRA_H2O_COVER_FILE_ENDINGS
|
_cover_file_endings = self.LIBRA_H2O_COVER_FILE_ENDINGS
|
||||||
elif self.isMini():
|
elif self.isMini():
|
||||||
_cover_file_endings = self.LEGACY_COVER_FILE_ENDINGS
|
_cover_file_endings = self.LEGACY_COVER_FILE_ENDINGS
|
||||||
elif self.isNia()():
|
elif self.isNia():
|
||||||
_cover_file_endings = self.GLO_COVER_FILE_ENDINGS
|
_cover_file_endings = self.GLO_COVER_FILE_ENDINGS
|
||||||
elif self.isTouch():
|
elif self.isTouch():
|
||||||
_cover_file_endings = self.LEGACY_COVER_FILE_ENDINGS
|
_cover_file_endings = self.LEGACY_COVER_FILE_ENDINGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user