Commit 54a22246 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

(cherry picked from commit 24bacb28)
parent d6ff5d2c
......@@ -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