]> git.sesse.net Git - vlc/commitdiff
Add "shoutcast" as an alias for "shout".
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 5 May 2006 20:38:58 +0000 (20:38 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 5 May 2006 20:38:58 +0000 (20:38 +0000)
modules/services_discovery/shout.c

index 2e89a02c602797a21b004c4868d79eb3d79e06e4..49a923b4fbff022cb3f4e8e347d40f973beb1d3f 100644 (file)
@@ -65,6 +65,7 @@
 vlc_module_begin();
     set_shortname( "Shoutcast");
     set_description( _("Shoutcast radio listings") );
+    add_shortcut( "shoutcast" );
     set_category( CAT_PLAYLIST );
     set_subcategory( SUBCAT_PLAYLIST_SD );