mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -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._cleanQueue();
|
||||
|
||||
if (this.live) {
|
||||
this._unsubscribeLiveFeed();
|
||||
this._subscribeLiveFeed();
|
||||
|
|
|
|||
Loading…
Reference in a new issue