Quicker resume after unpause

This commit is contained in:
Chrystian Huot 2019-07-11 15:16:06 -04:00
parent 6e9db764cb
commit 7dac57810f

View file

@ -186,7 +186,7 @@ export class AppRadioService implements OnDestroy {
this._audio.play();
} else {
this.skip();
this.skip(true);
}
}
}