Commit 3e374b07 authored by Antoine Cellerier's avatar Antoine Cellerier

fix comment.

parent 9027ae0e
...@@ -160,7 +160,7 @@ function quit(name,client) ...@@ -160,7 +160,7 @@ function quit(name,client)
end end
function add(name,client,arg) function add(name,client,arg)
-- TODO: par single and double quotes properly -- TODO: parse single and double quotes properly
local f local f
if name == "enqueue" then if name == "enqueue" then
f = vlc.playlist.enqueue f = vlc.playlist.enqueue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment