models: Add Artist.sortname to init docstring
This commit is contained in:
parent
645071c61f
commit
21f941c323
@ -107,6 +107,8 @@ class Artist(ValidatedImmutableObject):
|
||||
:type uri: string
|
||||
:param name: artist name
|
||||
:type name: string
|
||||
:param sortname: artist name for sorting
|
||||
:type sortname: string
|
||||
:param musicbrainz_id: MusicBrainz ID
|
||||
:type musicbrainz_id: string
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user