mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 19:05:39 +01:00
Fix typo in dropbox fw version in kobo driver
This commit is contained in:
parent
7e49092f17
commit
77dc63cab9
1 changed files with 1 additions and 1 deletions
|
|
@ -1376,7 +1376,7 @@ class KOBOTOUCH(KOBO):
|
|||
min_forma_fwversion = (4, 11, 11879)
|
||||
min_librah20_fwversion = (4, 16, 13337) # "Reviewers" release.
|
||||
min_fwversion_epub_location = (4, 17, 13651) # ePub reading location without full contentid.
|
||||
min_fwversion_dropbox = (4, 17, 13737) # The Forma only at this point.
|
||||
min_fwversion_dropbox = (4, 18, 13737) # The Forma only at this point.
|
||||
|
||||
has_kepubs = True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue