mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 18:43:22 +02:00
Fetch book summary alongwith the rest of the metadata
This commit is contained in:
parent
27a2b7e61d
commit
6b9f555cbb
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ def fetch_metadata(self):
|
|||
self.isbn.setText(book.isbn)
|
||||
summ = book.comments
|
||||
if summ:
|
||||
prefix = qstring_to_unicode(self.comments.text())
|
||||
prefix = qstring_to_unicode(self.comments.toPlainText())
|
||||
if prefix:
|
||||
prefix += '\n'
|
||||
self.comments.setText(prefix + summ)
|
||||
|
|
|
|||
Loading…
Reference in a new issue