mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 09:42:33 -04:00
Search/Repalce: change empty is_multiple columns to operate on [''], permitting .* to match the column.
This commit is contained in:
@@ -535,6 +535,8 @@ class MetadataBulkDialog(ResizableDialog, Ui_MetadataBulkDialog):
|
||||
val = [v.replace('|', ',') for v in val]
|
||||
else:
|
||||
val = []
|
||||
if not val:
|
||||
val = ['']
|
||||
return val
|
||||
|
||||
def s_r_display_bounds_changed(self, i):
|
||||
|
||||
Reference in New Issue
Block a user