From: Pierre Ynard Date: Sun, 16 Oct 2011 16:08:43 +0000 (+0200) Subject: Revert "RC: try the vlm commands later in the process" X-Git-Tag: 1.2.0-pre1~163 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9b4e85b66d40b94678ddbec2d9ea25e4a6625191;p=vlc Revert "RC: try the vlm commands later in the process" This reverts commit d570f62ed93dd45253ad1a646d43acc58a733a8c. It causes more spurious messages than not. --- diff --git a/share/lua/intf/cli.lua b/share/lua/intf/cli.lua index c42d632ed8..b8a0b7aea1 100644 --- a/share/lua/intf/cli.lua +++ b/share/lua/intf/cli.lua @@ -697,11 +697,11 @@ function client_command( client ) elseif string.sub(cmd,0,1)=='@' and call_object_command(string.sub(cmd,2,#cmd),client,arg) == 0 then -- + elseif call_vlm_command(cmd,client,arg) == 0 then + -- elseif client.type == host.client_type.stdio and call_libvlc_command(cmd,client,arg) == 0 then -- - elseif call_vlm_command(cmd,client,arg) == 0 then - -- else local choices = {} if client.env.autocompletion ~= 0 then