mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Clear skipDelay if skip(true)
This commit is contained in:
parent
b6d2a04892
commit
349d69419f
|
|
@ -373,6 +373,10 @@ export class AppRdioScannerService implements OnDestroy {
|
||||||
this.stop();
|
this.stop();
|
||||||
|
|
||||||
if (nodelay) {
|
if (nodelay) {
|
||||||
|
if (this.skipDelay) {
|
||||||
|
this.skipDelay = clearTimeout(this.skipDelay);
|
||||||
|
}
|
||||||
|
|
||||||
this.play();
|
this.play();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue