Commit 5ec48fbc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

De-uglify root SD item name

Regression from [0a69bbfd].
parent 023c65cf
...@@ -303,7 +303,7 @@ int playlist_ServicesDiscoveryAdd( playlist_t *p_playlist, const char *psz_modul ...@@ -303,7 +303,7 @@ int playlist_ServicesDiscoveryAdd( playlist_t *p_playlist, const char *psz_modul
playlist_item_t *p_node; playlist_item_t *p_node;
PL_LOCK; PL_LOCK;
p_node = playlist_NodeCreate( p_playlist, psz_module, p_node = playlist_NodeCreate( p_playlist, module_get_name( m, true ),
p_playlist->p_root, 0, NULL ); p_playlist->p_root, 0, NULL );
PL_UNLOCK; PL_UNLOCK;
module_release( m ); module_release( m );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment