diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.service.ts b/client/src/app/components/rdio-scanner/rdio-scanner.service.ts index 4b3827f..56fabda 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.service.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.service.ts @@ -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 {