woops
This commit is contained in:
parent
f2d1b821d0
commit
4d52566250
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user