remove loading when paused
This commit is contained in:
parent
52388dd4c1
commit
bede0645ea
|
|
@ -355,6 +355,7 @@ class APlayer {
|
|||
|
||||
this.audio.pause();
|
||||
|
||||
this.container.classList.remove('aplayer-loading');
|
||||
this.timer.disable('loading');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue