podlove / radiator

Podcast Hosting & Publishing | The spark ✨ that lights the fire 🔥
MIT License
129 stars 14 forks source link

Optional parent node for move node #561

Closed electronicbites closed 2 months ago

electronicbites commented 2 months ago

I had to change the signature for move_node otherwise it would not be possible to differentiate between setting a value to niland omitting the value. I used a keyword list since this a classic for optional parameters. Another option would be to use a map like for insert_node