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