Fix #1095617 (Kobo Database Version - Unsupported)

This commit is contained in:
Kovid Goyal 2013-01-10 09:21:46 +05:30
commit 3f5d6e061e

View File

@ -37,7 +37,7 @@ class KOBO(USBMS):
dbversion = 0
fwversion = 0
supported_dbversion = 65
supported_dbversion = 75
has_kepubs = False
supported_platforms = ['windows', 'osx', 'linux']