]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
services_discovery: implement SD categories and use in Qt interface
[vlc] / modules / services_discovery / podcast.c
index 07afe5bc2ca0bdca4cf170f6c3b87d57af64872c..0b91ea1c7fb25c985c488f2db49f8048b13d6905 100644 (file)
@@ -53,7 +53,7 @@
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
-VLC_SD_PROBE_HELPER("podcast", N_("Podcasts"))
+VLC_SD_PROBE_HELPER("podcast", N_("Podcasts"), SD_CAT_INTERNET)
 
 #define URLS_TEXT N_("Podcast URLs list")
 #define URLS_LONGTEXT N_("Enter the list of podcasts to retrieve, " \