Fix concurrent calls playing when skip next

This commit is contained in:
Chrystian Huot 2020-07-28 18:48:40 -04:00
parent ff7f518292
commit 7cdee6c7bd

View file

@ -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) {