lua mixer_reset: fix copy+paste thinko so it actually works

This commit is contained in:
Ben Loftis 2022-06-22 14:19:34 -05:00
parent 02b77ca88a
commit 94ca42cbea
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ function factory() return function()
if prefs["io"] then
local io_proc = proc:to_ioprocessor()
if not(io_proc:isnil()) then
if insert:is_channelstrip() or not(insert:display_to_user()) then
if proc:display_to_user() then
queue[#queue + 1] = proc
end
end