From 4deb2384c29cbbbf91f133110ea0ab74b64492be Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 22 Apr 2023 07:18:55 +0530 Subject: [PATCH] Bump supported dbversion in kobo driver At least one user reports that the driver seems to work OK with the latest dbversion. https://www.mobileread.com/forums/showthread.php?t=353443 --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 01afb2211c..1cbb49e2b5 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1385,7 +1385,7 @@ class KOBOTOUCH(KOBO): ' Based on the existing Kobo driver by %s.') % KOBO.author # icon = 'devices/kobotouch.jpg' - supported_dbversion = 171 + supported_dbversion = 174 min_supported_dbversion = 53 min_dbversion_series = 65 min_dbversion_externalid = 65