mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Emit queue length when skipDelay is active
This commit is contained in:
parent
55867d048b
commit
ab8e885ca8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue