refactoring

This commit is contained in:
Hellow 2023-04-12 12:00:29 +02:00
parent e6277af091
commit 1835e60cd1

View File

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