mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Include pubdate when importing
This commit is contained in:
parent
aa54195d62
commit
2f93152b13
@ -1048,6 +1048,8 @@ class LibraryDatabase2(LibraryDatabase):
|
||||
self.set_isbn(id, mi.isbn, notify=False)
|
||||
if mi.series_index:
|
||||
self.set_series_index(id, mi.series_index, notify=False)
|
||||
if mi.pubdate:
|
||||
self.set_pubdate(id, mi.pubdate, notify=False)
|
||||
if getattr(mi, 'timestamp', None) is not None:
|
||||
self.set_timestamp(id, mi.timestamp, notify=False)
|
||||
self.set_path(id, True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user