remove loading when paused

This commit is contained in:
DIYgod 2018-03-14 23:21:22 +08:00
parent 52388dd4c1
commit bede0645ea
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@ class APlayer {
this.audio.pause();
this.container.classList.remove('aplayer-loading');
this.timer.disable('loading');
});
}