diff --git a/src/commands/Lastfm/NowPlaying/Config/NowPlayingConfigChildCommand.ts b/src/commands/Lastfm/NowPlaying/Config/NowPlayingConfigChildCommand.ts index 7cf7db31..6ffc1820 100644 --- a/src/commands/Lastfm/NowPlaying/Config/NowPlayingConfigChildCommand.ts +++ b/src/commands/Lastfm/NowPlaying/Config/NowPlayingConfigChildCommand.ts @@ -55,7 +55,7 @@ export abstract class NowPlayingConfigChildCommand< .map(([k]) => k); } - return (this.presets as any)[preset[0]]; + return (this.presets as any)[preset]; } }