First round of Lua script API updates

This commit is contained in:
Robin Gareus 2022-09-27 05:06:13 +02:00
parent 395bf4a650
commit 30a92894fc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 34 additions and 31 deletions

View file

@ -40,7 +40,7 @@ function factory (params) return function ()
-- for each region of the playlist
for r in p:region_list():iter() do
-- add it to the current playlist
playlist:add_region (r, r:position(), 1, false, 0, 0, false)
playlist:add_region (r, r:position(), 1, false)
end
end
end