mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-02-01 13:12:37 +01:00
Don't autoconvert on Update Calibre Only.
This commit is contained in:
parent
7412acd007
commit
d0fa72a002
1 changed files with 1 additions and 1 deletions
|
|
@ -1233,7 +1233,7 @@ class FanFictionDownLoaderPlugin(InterfaceAction):
|
|||
cp_plugin = self.gui.iactions['Count Pages']
|
||||
cp_plugin.count_statistics(all_ids,prefs['countpagesstats'])
|
||||
|
||||
if prefs['autoconvert']:
|
||||
if prefs['autoconvert'] and options['collision'] != CALIBREONLY:
|
||||
self.gui.status_bar.show_message(_('Starting auto conversion of %d books.')%(len(all_ids)), 3000)
|
||||
self.gui.iactions['Convert Books'].auto_convert_auto_add(all_ids)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue