Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ujjawal Kumar
VLC
Commits
d570f62e
Commit
d570f62e
authored
13 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
RC: try the vlm commands later in the process
Works-around #5396
parent
ee6270cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
share/lua/intf/cli.lua
+2
-2
2 additions, 2 deletions
share/lua/intf/cli.lua
with
2 additions
and
2 deletions
share/lua/intf/cli.lua
+
2
−
2
View file @
d570f62e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment