mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixed a typo in the Nia addition
Removed a doubled parenthesis in the code added to support Kobo Nia
This commit is contained in:
parent
936e4bba5b
commit
ecbb141064
@ -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