Track slider fixes

This commit is contained in:
Jonas Kvinge
2018-11-17 03:25:21 +01:00
parent 9972dc192b
commit 6129ad1f4d
3 changed files with 11 additions and 6 deletions

View File

@@ -1184,8 +1184,6 @@ void MainWindow::UpdateTrackPosition() {
if (length <= 0) {
// Probably a stream that we don't know the length of
//ui_->track_slider->SetStopped();
//tray_icon_->SetProgress(0);
return;
}