mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update dbversion for older Kobo devices
Should have set the supported_dbversion to 98 in the KOBO driver to match the KOBOTOUCH driver.
This commit is contained in:
parent
0dc16efa89
commit
127282840a
@ -68,7 +68,7 @@ class KOBO(USBMS):
|
|||||||
|
|
||||||
dbversion = 0
|
dbversion = 0
|
||||||
fwversion = 0
|
fwversion = 0
|
||||||
supported_dbversion = 95
|
supported_dbversion = 98
|
||||||
has_kepubs = False
|
has_kepubs = False
|
||||||
|
|
||||||
supported_platforms = ['windows', 'osx', 'linux']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user