mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Fix concurrent calls playing when skip next
This commit is contained in:
parent
ff7f518292
commit
7cdee6c7bd
|
|
@ -379,9 +379,10 @@ export class AppRdioScannerService implements OnDestroy {
|
||||||
|
|
||||||
if (this.call || this.liveFeedPaused) {
|
if (this.call || this.liveFeedPaused) {
|
||||||
this.event.emit({ queue: this.callQueue.length });
|
this.event.emit({ queue: this.callQueue.length });
|
||||||
}
|
|
||||||
|
|
||||||
this.play();
|
} else {
|
||||||
|
this.play();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue