diff --git a/share/lua/intf/modules/host.lua b/share/lua/intf/modules/host.lua index 4c6348578f46a7682cd9304e2fa71b9edf7d116b..9d421918bfefcdd3930a02e3e2a4d7ad2b21e02d 100644 --- a/share/lua/intf/modules/host.lua +++ b/share/lua/intf/modules/host.lua @@ -133,7 +133,7 @@ function host() end vlc.msg.err("couldn't find client to remove.") end - + local function switch_status( client, s ) if client.status == s then return end client.status = s @@ -204,7 +204,6 @@ function host() end local function _listen_stdio( h ) - if listeners.stdio then error("Already listening on stdio") end