mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kobo driver: Fix typo in SQL query
This commit is contained in:
parent
6d4114f473
commit
f524711a3b
@ -3086,7 +3086,7 @@ class KOBOTOUCH(KOBO):
|
||||
"AND NOT EXISTS "
|
||||
"(SELECT 1 FROM Shelf "
|
||||
"WHERE Shelf.Name = Activity.Id "
|
||||
f"AND Shelf._IsDeleted = {false}"
|
||||
f"AND Shelf._IsDeleted = {false})"
|
||||
)
|
||||
debug_print("KoboTouch:delete_empty_bookshelves - delete_activity_query=", delete_activity_query)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user