mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
3372b45451
@ -24,7 +24,8 @@ class TagEditor(QDialog, Ui_TagEditor):
|
||||
# Assume that if given a key then it is a custom column
|
||||
try:
|
||||
self.is_names = db.field_metadata[key]['display'].get('is_names', False)
|
||||
self.sep = '&'
|
||||
if self.is_names:
|
||||
self.sep = '&'
|
||||
except Exception:
|
||||
pass
|
||||
key = db.field_metadata.key_to_label(key)
|
||||
|
Loading…
x
Reference in New Issue
Block a user