Commit 536816e4 authored by Dominique Leuenberger's avatar Dominique Leuenberger Committed by Rémi Denis-Courmont

Syntax error: missing closing bracket

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 05c8c0d9
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
function probe() function probe()
return vlc.access == "http" return vlc.access == "http"
and ( string.match( vlc.path, "^break.com" ) and ( string.match( vlc.path, "^break.com" )
or string.match( vlc.path, "^www.break.com" ) or string.match( vlc.path, "^www.break.com" ) )
end end
-- Parse function. -- Parse function.
......
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