X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fservices_discovery%2Fpodcast.c;h=6285b52389243a442c998f1caf0e2ac1ab1f03e6;hb=422662000ea67b4bbc817e3b26ff246cbec96d58;hp=07afe5bc2ca0bdca4cf170f6c3b87d57af64872c;hpb=191fab819dbb2044fc3cd56bb0e28678ab6ad608;p=vlc diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c index 07afe5bc2c..6285b52389 100644 --- a/modules/services_discovery/podcast.c +++ b/modules/services_discovery/podcast.c @@ -31,7 +31,6 @@ #include #include -#include #include #include @@ -53,7 +52,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, " \