Use Restart()

This commit is contained in:
Dean Herbert 2018-01-17 21:33:19 +09:00
parent 54ed608ddb
commit e7524445ee
1 changed files with 1 additions and 2 deletions

View File

@ -132,8 +132,7 @@ private void updatePreviewTrack(bool playing)
return;
}
Preview.Seek(0);
Preview.Start();
Preview.Restart();
audio.Track.AddAdjustment(AdjustableProperty.Volume, muteBindable);
}