comment added.

This commit is contained in:
Martin Brodbeck 2024-07-22 08:01:28 +02:00
parent 807dde4608
commit b791ddd01d

View File

@ -3086,6 +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
if self.dbversion >= 188:
query = 'SELECT Name FROM Shelf WHERE _IsDeleted = false'
else: