refactoring
This commit is contained in:
parent
e6277af091
commit
1835e60cd1
@ -391,7 +391,11 @@ All objects dependent on Artist
|
||||
|
||||
class Artist(MainObject):
|
||||
COLLECTION_ATTRIBUTES = (
|
||||
"feature_song_collection", "main_album_collection", "label_collection", "source_collection")
|
||||
"feature_song_collection",
|
||||
"main_album_collection",
|
||||
"label_collection",
|
||||
"source_collection"
|
||||
)
|
||||
SIMPLE_ATTRIBUTES = {
|
||||
"name": None,
|
||||
"unified_name": None,
|
||||
|
Loading…
Reference in New Issue
Block a user