X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fservices_discovery%2Fshout.c;h=afffb57dd743c8ec86a90b9af0f6b59907cbbdc7;hb=fa81ade13492bab2a809e6c8990e211f04aecab8;hp=fe68fd9612490ead61ddb4f8be5a7273c61263d5;hpb=3561b9b28f58eb7a4183e158a8fd973800d31ceb;p=vlc diff --git a/modules/services_discovery/shout.c b/modules/services_discovery/shout.c index fe68fd9612..afffb57dd7 100644 --- a/modules/services_discovery/shout.c +++ b/modules/services_discovery/shout.c @@ -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 */