viewer: stop restart timer on pause

Fixes #1569
This commit is contained in:
itsmattkc
2021-04-14 13:45:35 +10:00
parent e0a94ca776
commit 87e315c493
+1
View File
@@ -549,6 +549,7 @@ void ViewerWidget::PauseInternal()
playback_queue_.clear();
playback_backup_timer_.stop();
audio_restart_timer_.stop();
}
prequeuing_ = false;