Commit 933fc894 authored by Thomas Guillem's avatar Thomas Guillem

microdns: add mdns shortcut

parent fa0629f9
......@@ -58,7 +58,7 @@ vlc_module_begin()
set_subcategory( SUBCAT_PLAYLIST_SD )
set_capability( "services_discovery", 0 )
set_callbacks( Open, Close )
add_shortcut( "microdns" )
add_shortcut( "mdns", "microdns" )
add_string( CFG_PREFIX "names", NULL, NAMES_TEXT, NAMES_LONGTEXT, false )
VLC_SD_PROBE_SUBMODULE
vlc_module_end ()
......
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