models: Add Artist.sortname to init docstring

This commit is contained in:
Stein Magnus Jodal 2015-08-09 22:40:54 +02:00
parent 645071c61f
commit 21f941c323

View File

@ -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
"""