Commit f2e6a702 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

shout discovery: don't try to set non-existent option

(funman removed m3u-extvlcopt a few days ago).
parent 6ee1e74f
......@@ -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()
};
......
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