]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/shout.c
shoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip (like...
[vlc] / 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 */