mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Clean queue when avoiding talkgroup(s)
This commit is contained in:
parent
575c6ec1fc
commit
a189be48db
|
|
@ -115,6 +115,8 @@ export class AppRadioService implements OnDestroy {
|
||||||
this.stop();
|
this.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._cleanQueue();
|
||||||
|
|
||||||
if (this.live) {
|
if (this.live) {
|
||||||
this._unsubscribeLiveFeed();
|
this._unsubscribeLiveFeed();
|
||||||
this._subscribeLiveFeed();
|
this._subscribeLiveFeed();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue