Commit 24bacb28 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

parent af7cf494
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
-- Probe function. -- Probe function.
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" )
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