missing key

This commit is contained in:
Kwoth 2017-02-25 12:16:48 +01:00
parent 0a5036bb54
commit 316c05436e

View File

@ -196,7 +196,7 @@ namespace NadekoBot.Modules.Music
if (!MusicPlayers.TryGetValue(Context.Guild.Id, out musicPlayer) || if (!MusicPlayers.TryGetValue(Context.Guild.Id, out musicPlayer) ||
(currentSong = musicPlayer?.CurrentSong) == null) (currentSong = musicPlayer?.CurrentSong) == null)
{ {
await ReplyErrorLocalized("no_music_player").ConfigureAwait(false); await ReplyErrorLocalized("no_player").ConfigureAwait(false);
return; return;
} }
if (page <= 0) if (page <= 0)