Merge pull request 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

@ -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;