mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Sony T1: Cleanup
This commit is contained in:
parent
fd2df7f5a4
commit
342d189f87
@ -293,8 +293,7 @@ class PRST1(USBMS):
|
|||||||
SET title = ?, author = ?, modified_date = ?, file_size = ?
|
SET title = ?, author = ?, modified_date = ?, file_size = ?
|
||||||
WHERE file_path = ?
|
WHERE file_path = ?
|
||||||
'''
|
'''
|
||||||
t = (title, author, modified_date, book.size,
|
t = (title, author, modified_date, book.size, lpath)
|
||||||
lpath)
|
|
||||||
cursor.execute(query, t)
|
cursor.execute(query, t)
|
||||||
book.bookId = db_books[lpath]
|
book.bookId = db_books[lpath]
|
||||||
if refresh_covers:
|
if refresh_covers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user