mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Fix exception
This commit is contained in:
parent
89de33031c
commit
79bb6a96cd
1 changed files with 4 additions and 1 deletions
|
|
@ -1034,7 +1034,10 @@ PlaylistModule.prototype._leadLoop = function() {
|
|||
}
|
||||
|
||||
if (!this.channel || this.channel.dead) {
|
||||
this.die();
|
||||
if (this._leadInterval) {
|
||||
clearInterval(this._leadInterval);
|
||||
this._leadInterval = false;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue