mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 15:44:27 +01:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
d8bc27e140
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ def initialize(self):
|
|||
|
||||
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 = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue