mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Allow a plugboard to change the series_index as well as the series name.
This commit is contained in:
parent
92b9566b0a
commit
1f0a3e6bd3
@ -82,7 +82,8 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
|
|
||||||
self.dest_fields = ['',
|
self.dest_fields = ['',
|
||||||
'authors', 'author_sort', 'language', 'publisher',
|
'authors', 'author_sort', 'language', 'publisher',
|
||||||
'series', 'tags', 'title', 'title_sort', 'comments']
|
'series', 'series_index', 'tags', 'title', 'title_sort',
|
||||||
|
'comments']
|
||||||
|
|
||||||
self.source_widgets = []
|
self.source_widgets = []
|
||||||
self.dest_widgets = []
|
self.dest_widgets = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user