mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 20:35:18 +02:00
GwR patch for artist name split/windows
This commit is contained in:
parent
fa88a99d2f
commit
ec4bd6d1b3
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ def books(self, oncard=None, end_session=True):
|
|||
|
||||
cached_books[this_book.path] = {
|
||||
'title':book.Name,
|
||||
'author':book.artist().split(' & '),
|
||||
'author':book.Artist.split(' & '),
|
||||
'lib_book':library_books[this_book.path] if this_book.path in library_books else None,
|
||||
'uuid': book.Composer,
|
||||
'format': 'pdf' if book.KindAsString.startswith('PDF') else 'epub'
|
||||
|
|
|
|||
Loading…
Reference in a new issue