mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 11:13:12 +02:00
KG updates
This commit is contained in:
commit
831486cf41
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ def initialize(self, db, id_):
|
|||
for i in all_authors:
|
||||
id, name = i
|
||||
name = name.strip().replace('|', ',')
|
||||
self.addItem(authors_to_string(name))
|
||||
self.addItem(name)
|
||||
|
||||
self.set_separator('&')
|
||||
self.set_space_before_sep(True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue