]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
Restore SD human-readable names
[vlc] / modules / services_discovery / podcast.c
index a59ae2ecfc1c2a2b18fc564f3ca7f052682325f8..ceaf68f027f089cf39749d2a6cfbdb14b443bf8f 100644 (file)
@@ -123,8 +123,6 @@ static int Open( vlc_object_t *p_this )
     p_sys->b_update = true;
 
     p_sd->p_sys  = p_sys;
-    /* Give us a name */
-    services_discovery_SetLocalizedName( p_sd, _("Podcasts") );
 
     /* Launch the callback associated with this variable */
     var_Create( p_sd, "podcast-urls", VLC_VAR_STRING | VLC_VAR_DOINHERIT );