mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
comment added
This commit is contained in:
parent
b791ddd01d
commit
0026170a8f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user