fix: albums are now also contained in the child song collection album attributes
This commit is contained in:
@@ -14,6 +14,12 @@ if __name__ == "__main__":
|
||||
Album(title="album", albumsort=123),
|
||||
],
|
||||
),
|
||||
Song(
|
||||
title="other_song",
|
||||
album_list=[
|
||||
Album(title="album", albumsort=423),
|
||||
],
|
||||
),
|
||||
]
|
||||
),
|
||||
Album(title="album", barcode="1234567890123"),
|
||||
|
||||
Reference in New Issue
Block a user