This commit is contained in:
Master Kwoth 2017-07-02 10:35:46 +02:00
parent f2d1b821d0
commit 4d52566250

View File

@ -40,7 +40,7 @@ namespace NadekoBot.Services.Music
try
{
byte[] buffer = new byte[3840];
while (cancelToken.IsCancellationRequested)
while (!cancelToken.IsCancellationRequested)
{
var toRead = buffer.Length;
var remCap = _outStream.RemainingCapacity;