Reset the last time when the track changes.

This commit is contained in:
casey 2016-06-30 16:46:22 -07:00
parent 713bf0d646
commit a1c5bea302

View File

@ -212,6 +212,7 @@ void TransportWindow::ProcessMessage(IMessage &message) {
void TransportWindow::OnPlaybackServiceTrackChanged(size_t index, TrackPtr track) {
this->currentTrack = track;
this->lastTime = 0.0f;
DEBOUNCE_REFRESH(0)
}