Skip to content

Commit

Permalink
remove loading when paused
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 14, 2018
1 parent 52388dd commit bede064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ class APlayer {

this.audio.pause();

this.container.classList.remove('aplayer-loading');
this.timer.disable('loading');
});
}
Expand Down

0 comments on commit bede064

Please sign in to comment.