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

Fix service discovery submodules (i.e. shoutcast TV and the likes)

Pointed-out-by: Rémi Duraffort
parent d44daefb
......@@ -238,7 +238,7 @@ int playlist_ServicesDiscoveryAdd( playlist_t *p_playlist, const char *psz_modul
if( !p_sd )
return VLC_ENOMEM;
module_t *m = module_find( psz_module );
module_t *m = module_find_by_shortcut( psz_module );
if( !m )
{
msg_Err( p_playlist, "No such module: %s", psz_module );
......
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