From d47fb0ccafc7977a9991263728638778b993cfb6 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 31 May 2016 23:51:05 +0200 Subject: update lua script to use new remote_id lookup API --- scripts/s_chanmap.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/s_chanmap.lua') diff --git a/scripts/s_chanmap.lua b/scripts/s_chanmap.lua index fd5e006c8d..7bc070c8cc 100644 --- a/scripts/s_chanmap.lua +++ b/scripts/s_chanmap.lua @@ -16,7 +16,7 @@ function factory () return function () r:add_processor_by_index(proc, 0, nil, true) end - r = Session:route_by_remote_id(1) + r = Session:get_remote_nth_route(1) checksetup (r) pi = r:nth_plugin(0):to_insert() -- cgit v1.2.3