Skip to content

Commit

Permalink
viewer: stop restart timer on pause
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Apr 14, 2021
1 parent e0a94ca commit 87e315c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/widget/viewer/viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ void ViewerWidget::PauseInternal()

playback_queue_.clear();
playback_backup_timer_.stop();
audio_restart_timer_.stop();
}

prequeuing_ = false;
Expand Down

0 comments on commit 87e315c

Please sign in to comment.