comment added

This commit is contained in:
Martin Brodbeck 2024-07-22 08:04:25 +02:00
parent b791ddd01d
commit 0026170a8f

View File

@ -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: