implemented the building/compiling of recursive structures

This commit is contained in:
Hellow2
2023-03-28 10:45:41 +02:00
parent 18bf066f77
commit 63a3dc00fd
3 changed files with 65 additions and 40 deletions

View File

@@ -179,8 +179,9 @@ class Page:
cls._clean_music_object(new_music_object, collections)
music_object.merge(new_music_object)
# music_object.compile()
music_object.merge(new_music_object)
music_object.compile(merge_into=True)
return music_object