diff --git a/BassBoom.Cli/CliBase/Player.cs b/BassBoom.Cli/CliBase/Player.cs index 2296c30..f317d58 100644 --- a/BassBoom.Cli/CliBase/Player.cs +++ b/BassBoom.Cli/CliBase/Player.cs @@ -77,6 +77,7 @@ internal static class Player new("Seek to which lyric (when playing)", ConsoleKey.K), new("Set repeat checkpoint", ConsoleKey.C), new("Seek to repeat checkpoint", ConsoleKey.C, ConsoleModifiers.Shift), + new("Disco Mode!", ConsoleKey.L), new("Open the equalizer", ConsoleKey.E), new("Device and driver information", ConsoleKey.D), new("Set device and driver", ConsoleKey.D, ConsoleModifiers.Control), diff --git a/BassBoom.Cli/CliBase/Radio.cs b/BassBoom.Cli/CliBase/Radio.cs index 783f8bd..7c4dde8 100644 --- a/BassBoom.Cli/CliBase/Radio.cs +++ b/BassBoom.Cli/CliBase/Radio.cs @@ -58,6 +58,7 @@ internal static class Radio new("Next radio station", ConsoleKey.N), new("Remove current radio station", ConsoleKey.R), new("Remove all radio stations", ConsoleKey.R, ConsoleModifiers.Control), + new("Disco Mode!", ConsoleKey.L), new("Open the equalizer", ConsoleKey.E), new("Device and driver information", ConsoleKey.D), new("Set device and driver", ConsoleKey.D, ConsoleModifiers.Control),