mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 15:33:16 +02:00
Fix series pickup on conversion dialog.
This commit is contained in:
parent
4b2398255d
commit
c36e73b616
1 changed files with 3 additions and 0 deletions
|
|
@ -178,6 +178,9 @@ def initialize_metadata(self):
|
|||
self.series.lineEdit().setText('')
|
||||
if idx is not None:
|
||||
self.series.setCurrentIndex(idx)
|
||||
|
||||
self.series_index.setValue(self.db.series_index(row))
|
||||
|
||||
cover = self.db.cover(row)
|
||||
if cover:
|
||||
pm = QPixmap()
|
||||
|
|
|
|||
Loading…
Reference in a new issue