Uncomment debug test
This commit is contained in:
parent
ff34710ea6
commit
49a629f869
@ -206,7 +206,7 @@ namespace NadekoBot.Modules.Music.Classes
|
|||||||
|
|
||||||
private async Task CheckPrebufferingAsync(SongBuffer inStream, CancellationToken cancelToken, long size)
|
private async Task CheckPrebufferingAsync(SongBuffer inStream, CancellationToken cancelToken, long size)
|
||||||
{
|
{
|
||||||
while (/*!inStream.BufferingCompleted && */inStream.Length < size)
|
while (!inStream.BufferingCompleted && inStream.Length < size)
|
||||||
{
|
{
|
||||||
await Task.Delay(100, cancelToken);
|
await Task.Delay(100, cancelToken);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user