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 5619acf..2ac8836 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.service.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.service.ts @@ -379,9 +379,10 @@ export class AppRdioScannerService implements OnDestroy { if (this.call || this.liveFeedPaused) { this.event.emit({ queue: this.callQueue.length }); - } - this.play(); + } else { + this.play(); + } } }