From: RĂ©mi Denis-Courmont Date: Mon, 24 Dec 2007 15:39:17 +0000 (+0000) Subject: Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non... X-Git-Tag: 0.9.0-test0~3881 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=78d4bd65714da7ad48a8eb4e13965cd5b1523768;p=vlc Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames --- diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c index 6172df0afb..2eb4926bae 100644 --- a/modules/services_discovery/shout.c +++ b/modules/services_discovery/shout.c @@ -50,7 +50,7 @@ static const struct { "http/shout-winamp://www.shoutcast.com/sbin/newtvlister.phtml?alltv=1", N_("Shoutcast TV"), { NULL } }, { "http://mafreebox.freebox.fr/freeboxtv/playlist.m3u", - N_("Freebox TV"), { "m3u-extvlcopt=1", NULL } }, + N_("Freebox TV"), { NULL } }, }; /* Main functions */