]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
adjustments to playlist API changes
[vlc] / modules / services_discovery / podcast.c
index 07afe5bc2ca0bdca4cf170f6c3b87d57af64872c..6c4584134c60a1f0baeb83992575ab1b3739ae93 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", "Podcasts", SD_CAT_INTERNET)
 
 #define URLS_TEXT N_("Podcast URLs list")
 #define URLS_LONGTEXT N_("Enter the list of podcasts to retrieve, " \