Commit caeee3fc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

shoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip...

shoutcast sd: Change French TV section to use vlc://nop instead of vlc:skip (like XSPF was changed).
parent 0ec27002
...@@ -55,7 +55,7 @@ struct shout_item_t ...@@ -55,7 +55,7 @@ struct shout_item_t
#define endItem( ) { NULL, NULL, { NULL }, NULL } #define endItem( ) { NULL, NULL, { NULL }, NULL }
#define item( title, url ) { url, title, { NULL }, NULL } #define item( title, url ) { url, title, { NULL }, NULL }
#define itemWithOption( title, url, option ) { url, title, { option, 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 */ /* WARN: We support only two levels */
......
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