mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fetch book summary alongwith the rest of the metadata
This commit is contained in:
parent
27a2b7e61d
commit
6b9f555cbb
@ -289,7 +289,7 @@ class MetadataSingleDialog(QDialog, Ui_MetadataSingleDialog):
|
|||||||
self.isbn.setText(book.isbn)
|
self.isbn.setText(book.isbn)
|
||||||
summ = book.comments
|
summ = book.comments
|
||||||
if summ:
|
if summ:
|
||||||
prefix = qstring_to_unicode(self.comments.text())
|
prefix = qstring_to_unicode(self.comments.toPlainText())
|
||||||
if prefix:
|
if prefix:
|
||||||
prefix += '\n'
|
prefix += '\n'
|
||||||
self.comments.setText(prefix + summ)
|
self.comments.setText(prefix + summ)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user