mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix series pickup on conversion dialog.
This commit is contained in:
parent
4b2398255d
commit
c36e73b616
@ -178,6 +178,9 @@ class LRFSingleDialog(QDialog, Ui_LRFSingleDialog):
|
||||
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…
x
Reference in New Issue
Block a user