mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 18:33:50 +02:00
Fix #771164 (At start calibre ver 0757 connection error to ipad)
This commit is contained in:
commit
6b4c0779d8
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