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