fix: albums are now also contained in the child song collection album attributes

This commit is contained in:
Hazel 2024-04-12 14:34:25 +02:00
parent 3aef267608
commit 28e1350b01

View File

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