mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Merge branch 'patch-17' of https://github.com/Sophist-UK/calibre
This commit is contained in:
commit
0d90159795
@ -369,6 +369,7 @@ class MyBlockingBusy(QDialog): # {{{
|
|||||||
if args.clear_series:
|
if args.clear_series:
|
||||||
self.progress_next_step_range.emit(0)
|
self.progress_next_step_range.emit(0)
|
||||||
cache.set_field('series', {bid: '' for bid in self.ids})
|
cache.set_field('series', {bid: '' for bid in self.ids})
|
||||||
|
cache.set_field('series_index', {bid:1.0 for bid in self.ids})
|
||||||
self.progress_finished_cur_step.emit()
|
self.progress_finished_cur_step.emit()
|
||||||
|
|
||||||
if args.pubdate is not None:
|
if args.pubdate is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user