]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/shout.c
Restore SD human-readable names
[vlc] / modules / services_discovery / shout.c
index c6148bac272ab5a390da620f81c116c2e492c181..2e4191bc37cc5287d69041628c341306b1dc9612 100644 (file)
@@ -153,7 +153,6 @@ struct services_discovery_sys_t
 static int Open( vlc_object_t *p_this, enum type_e i_type )
 {
     services_discovery_t *p_sd = ( services_discovery_t* )p_this;
-    services_discovery_SetLocalizedName( p_sd, _(p_items[i_type].psz_name) );
 
     p_sd->p_sys = malloc (sizeof (*(p_sd->p_sys)));
     if (p_sd->p_sys == NULL)