]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
Automatically pass the long name in the SD probe helper
[vlc] / modules / services_discovery / podcast.c
index 7bc87ef3c05023f3a8d60c90e140717554f30cbb..07afe5bc2ca0bdca4cf170f6c3b87d57af64872c 100644 (file)
@@ -53,7 +53,7 @@
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
-VLC_SD_PROBE_HELPER("podcast{longname=Podcasts}", N_("Podcasts"))
+VLC_SD_PROBE_HELPER("podcast", N_("Podcasts"))
 
 #define URLS_TEXT N_("Podcast URLs list")
 #define URLS_LONGTEXT N_("Enter the list of podcasts to retrieve, " \