]> git.sesse.net Git - vlc/commitdiff
shout.c: Add http-forward-cookies to "Les guignols".
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 19 Jan 2008 20:58:47 +0000 (20:58 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 19 Jan 2008 20:58:47 +0000 (20:58 +0000)
modules/services_discovery/shout.c

index b66e9b0777ec1a6ed1d0633e858dc802da03efa7..472ac5ff31baf43d14766da377f9b47f68e1552f 100644 (file)
@@ -55,7 +55,7 @@ struct shout_item_t
 /* WARN: We support only two levels */
 
 static const struct shout_item_t p_frenchtv_canalplus[] = {
-    item( N_("Les Guignols"), "http://www.canalplus.fr/index.php?pid=1784" ),
+    itemWithOption( N_("Les Guignols"), "http://www.canalplus.fr/index.php?pid=1784", "http-forward-cookies" ),
     endItem()
 };