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

Oops.

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