No need to set isPlaying here

This commit is contained in:
Corey Frang 2018-06-21 15:07:57 -04:00 committed by Michael "Z" Goddard
parent aa77d8d376
commit 741817ad62
No known key found for this signature in database
GPG key ID: 762CD40DD5349872

View file

@ -202,7 +202,6 @@ class SoundPlayer extends EventEmitter {
if (this.isStarting) {
this.emit('stop');
this.emit('play');
this.isPlaying = true;
return;
}