move new_playlist Lua script from mixbus and add some garbage collection

This commit is contained in:
Nikolaus Gullotta 2018-07-17 15:16:04 -05:00
parent a54a501ad6
commit fa17364977
4 changed files with 20 additions and 2 deletions

View file

@ -82,4 +82,5 @@ function factory() return function()
end
end
::end_script::
collectgarbage()
end end