mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont require setting seq when creating Author objects
This commit is contained in:
parent
44283cdb79
commit
7003e9c466
@ -425,7 +425,7 @@ def set_languages(root, prefixes, refines, languages):
|
|||||||
# Creator/Contributor {{{
|
# Creator/Contributor {{{
|
||||||
|
|
||||||
|
|
||||||
Author = namedtuple('Author', 'name sort seq')
|
Author = namedtuple('Author', 'name sort seq', defaults=(0,))
|
||||||
|
|
||||||
|
|
||||||
def is_relators_role(props, q):
|
def is_relators_role(props, q):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user