From 0026170a8f83a0a9b935349c1d8558e98f06fd17 Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Mon, 22 Jul 2024 08:04:25 +0200 Subject: [PATCH] comment added --- 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 88002f18bb..c6462c4872 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -3086,7 +3086,7 @@ class KOBOTOUCH(KOBO): if not self.supports_bookshelves: return bookshelves - # No idea why, but the newer database version seems to make this necessary + # No idea why, but the newer database version seems to make this distinction necessary if self.dbversion >= 188: query = 'SELECT Name FROM Shelf WHERE _IsDeleted = false' else: