]> git.sesse.net Git - vlc/commitdiff
shout discovery: don't try to set non-existent option
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:23:56 +0000 (21:23 +0200)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 18 Mar 2008 19:23:56 +0000 (21:23 +0200)
(funman removed m3u-extvlcopt a few days ago).

modules/services_discovery/shout.c

index 783d8d06e01dfd7172f9406d5785a0edb69eaf1a..cdb6d706cce3c0e7ee0f1ed80989e864d4c7a7df 100644 (file)
@@ -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()
 };