This commit is contained in:
Kovid Goyal 2020-06-06 21:27:06 +05:30
commit d8bc27e140
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -87,7 +87,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
self.dest_fields = ['',
'authors', 'author_sort', 'language', 'publisher',
'tags', 'title', 'title_sort', 'comments']
'series', 'tags', 'title', 'title_sort', 'comments']
self.source_widgets = []
self.dest_widgets = []