Fix meter-point Lua script

This commit is contained in:
Robin Gareus 2020-07-22 03:54:27 +02:00
parent fced1a5dc1
commit affc28a0a0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function factory () return function ()
local rl;
if rv['select-tracks'] then
rl = Editor:get_selection ()
rl = Editor:get_selection ().tracks:routelist ()
else
rl = Session:get_routes()
end