mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Sony T1: Updated Periodical Support
This commit is contained in:
parent
2a4c9dadc9
commit
0329eb833e
@ -556,8 +556,6 @@ class PRST1(USBMS):
|
||||
except:
|
||||
pass
|
||||
|
||||
description = ''
|
||||
|
||||
cursor = connection.cursor()
|
||||
|
||||
query = '''
|
||||
@ -568,7 +566,7 @@ class PRST1(USBMS):
|
||||
publication_date = ?
|
||||
WHERE _id = ?
|
||||
'''
|
||||
t = (name, description, pubdate, book.bookId,)
|
||||
t = (name, None, pubdate, book.bookId,)
|
||||
cursor.execute(query, t)
|
||||
|
||||
connection.commit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user