mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:53:38 +02:00
...
This commit is contained in:
parent
936a6892dc
commit
4af9c1340e
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ def _get_author(self, row):
|
|||
author = ''
|
||||
if self.gui.current_view() is self.gui.library_view:
|
||||
author = self.gui.library_view.model().authors(row)
|
||||
if author:
|
||||
author = author.replace('|', ',')
|
||||
else:
|
||||
mi = self.gui.current_view().model().get_book_display_info(row)
|
||||
author = ' & '.join(mi.authors)
|
||||
|
|
|
|||
Loading…
Reference in a new issue