]> git.sesse.net Git - vlc/commitdiff
shoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip (like...
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 24 Jul 2008 12:39:15 +0000 (14:39 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 24 Jul 2008 12:39:15 +0000 (14:39 +0200)
modules/services_discovery/shout.c

index fe68fd9612490ead61ddb4f8be5a7273c61263d5..afffb57dd743c8ec86a90b9af0f6b59907cbbdc7 100644 (file)
@@ -55,7 +55,7 @@ struct shout_item_t
 #define endItem( ) { NULL, NULL, { NULL }, NULL }
 #define item( title, url ) { url, title, { NULL }, NULL }
 #define itemWithOption( title, url, option ) { url, title, { option, NULL }, NULL }
-#define itemWithChildren( title, children ) { "vlc:skip", title, { NULL }, children }
+#define itemWithChildren( title, children ) { "vlc://nop", title, { NULL }, children }
 
 /* WARN: We support only two levels */