Allow a plugboard to change the series_index as well as the series name.

This commit is contained in:
Charles Haley 2024-08-19 08:48:01 +01:00
parent 92b9566b0a
commit 1f0a3e6bd3

View File

@ -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 = []