]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda.c
modules: use the new add_shortcut capability (add multiple shortcuts at a time).
[vlc] / modules / access / cdda.c
index 43b824b8f5dacdf97fbe0cfd669578f0f612a8fb..35864476abc37231447dd8c87227c19a721c3594 100644 (file)
@@ -90,8 +90,7 @@ vlc_module_begin ()
             N_( "CDDB Server port to use." ), true )
 #endif
 
-    add_shortcut( "cdda" )
-    add_shortcut( "cddasimple" )
+    add_shortcut( "cdda", "cddasimple" )
 vlc_module_end ()