From: Rémi Denis-Courmont Date: Tue, 18 Mar 2008 19:23:56 +0000 (+0200) Subject: shout discovery: don't try to set non-existent option X-Git-Tag: 0.9.0-test0~2016 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=f2e6a702ae7401e2c0f11665660a753f611e180b shout discovery: don't try to set non-existent option (funman removed m3u-extvlcopt a few days ago). --- diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c index 783d8d06e0..cdb6d706cc 100644 --- a/modules/services_discovery/shout.c +++ b/modules/services_discovery/shout.c @@ -71,7 +71,7 @@ static const struct shout_item_t p_frenchtv[] = { static const struct shout_item_t p_items[] = { item( N_("Shoutcast Radio"), "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml" ), item( N_("Shoutcast TV"), "http/shout-winamp://www.shoutcast.com/sbin/newtvlister.phtml?alltv=1" ), - itemWithOption ( N_("Freebox TV"), "http://mafreebox.freebox.fr/freeboxtv/playlist.m3u", "m3u-extvlcopt=1" ), + item( N_("Freebox TV"), "http://mafreebox.freebox.fr/freeboxtv/playlist.m3u" ), itemWithChildren(N_("French TV"), p_frenchtv ), endItem() };