mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/un-pogaz/calibre
This commit is contained in:
commit
62dd8bd292
@ -548,7 +548,7 @@ class TemplateDialog(QDialog, Ui_TemplateDialog):
|
||||
elif fm[col]['datatype'] == 'bool':
|
||||
mi.set(col, False)
|
||||
elif fm[col]['is_multiple']:
|
||||
mi.set(col, (col,))
|
||||
mi.set(col, [col])
|
||||
else:
|
||||
mi.set(col, col, 1)
|
||||
mi = (mi, )
|
||||
|
Loading…
x
Reference in New Issue
Block a user