implemented the building/compiling of recursive structures
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user