Fix in mp3 seeking code to correctly set the timestamp.

This commit is contained in:
Erik Zandvliet 2017-01-21 10:39:49 +01:00 committed by Thulinma
parent c4eb021eef
commit 4de8932fe0

View file

@ -174,6 +174,7 @@ namespace Mist {
break;
}
seekPos = keys[i].getBpos();
timestamp = keys[i].getTime();
}
timestamp = seekTime;
fseek(inFile, seekPos, SEEK_SET);