]> git.sesse.net Git - vlc/blobdiff - modules/access/bd/bd.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / access / bd / bd.c
index 20b78b06f1f4d51155344851812802b8dea192eb..ec85e83244f56993270dce7d983a34f11ce37933 100644 (file)
@@ -65,8 +65,7 @@ vlc_module_begin ()
     add_integer( "bd-caching", DEFAULT_PTS_DELAY / 1000, NULL,
         CACHING_TEXT, CACHING_LONGTEXT, true )
     set_capability( "access_demux", 60 )
-    add_shortcut( "bd" )
-    add_shortcut( "file" )
+    add_shortcut( "bd", "file" )
     set_callbacks( Open, Close )
 vlc_module_end ()