Fixed music crash on !!n !!s and !!d?

This commit is contained in:
Kwoth 2016-10-16 01:11:20 +02:00
parent bd3caa8407
commit 70e5337d97

View File

@ -124,6 +124,7 @@ namespace NadekoBot.Modules.Music.Classes
AddSong(CurrentSong, 0);
}
catch (OperationCanceledException) { }
finally
{
if (!cancelToken.IsCancellationRequested)