Clear skipDelay if skip(true)

This commit is contained in:
Chrystian Huot 2020-05-19 17:03:20 -04:00
parent b6d2a04892
commit 349d69419f

View file

@ -373,6 +373,10 @@ export class AppRdioScannerService implements OnDestroy {
this.stop();
if (nodelay) {
if (this.skipDelay) {
this.skipDelay = clearTimeout(this.skipDelay);
}
this.play();
} else {