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