mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
cb8738ca36
@ -879,6 +879,8 @@ class MetadataBulkDialog(QDialog, Ui_MetadataBulkDialog):
|
|||||||
if dest == 'title' and len(val) == 0:
|
if dest == 'title' and len(val) == 0:
|
||||||
val = _('Unknown')
|
val = _('Unknown')
|
||||||
|
|
||||||
|
if not val and dfm['datatype'] == 'datetime':
|
||||||
|
val = None
|
||||||
self.set_field_calls[dest][book_id] = val
|
self.set_field_calls[dest][book_id] = val
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user