Emit queue length when skipDelay is active

This commit is contained in:
Chrystian Huot 2020-08-24 13:00:29 -04:00
parent 55867d048b
commit ab8e885ca8

View file

@ -416,7 +416,7 @@ export class AppRdioScannerService implements OnDestroy {
if (call?.audio) {
this.callQueue.push(call);
if (this.audioSource || this.call || this.liveFeedPaused) {
if (this.audioSource || this.call || this.liveFeedPaused || this.skipDelay) {
this.event.emit({ queue: this.callQueue.length });
} else {