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:
David Forrester 2014-03-10 22:41:37 +11:00 committed by Kovid Goyal
parent 0dc16efa89
commit 127282840a

View File

@ -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']