source attronites

This commit is contained in:
Hellow2 2023-03-10 08:27:37 +01:00
parent fe36523caf
commit dfe894a532

View File

@ -170,7 +170,7 @@ All objects dependent on Album
"""
class Album(MainObject, SourceAttribute, MetadataAttribute):
class Album(MainObject, MetadataAttribute):
COLLECTION_ATTRIBUTES = ("label_collection", "artist_collection", "song_collection")
SIMPLE_ATTRIBUTES = ("title", "album_status", "album_type", "language", "date", "barcode", "albumsort")