Merge pull request #46 from Kwoth/dev

Music current time fixed if goto is used
This commit is contained in:
samvaio 2016-12-21 17:58:05 +05:30 committed by GitHub
commit 737f0edb0f

View File

@ -103,8 +103,6 @@ namespace NadekoBot.Modules.Music.Classes
SongBuffer inStream = new SongBuffer(MusicPlayer, filename, SongInfo, skipTo, frameBytes * 100);
var bufferTask = inStream.BufferSong(cancelToken).ConfigureAwait(false);
bytesSent = 0;
try
{
var attempt = 0;