Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(load-progress-bar): reset ui on Player#reset
Browse files Browse the repository at this point in the history
amtins committed Mar 2, 2023
1 parent d5c26af commit 19d3e74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/player.js
Original file line number Diff line number Diff line change
@@ -3543,6 +3543,10 @@ class Player extends Component {

if (seekBar) {
seekBar.update();

if (seekBar.loadProgressBar) {
seekBar.loadProgressBar.update();
}
}
}

0 comments on commit 19d3e74

Please sign in to comment.