Fix minor issue
This commit is contained in:
parent
c213eb2f31
commit
1e38b05800
|
|
@ -1033,7 +1033,7 @@ PlaylistModule.prototype._leadLoop = function() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.channel.dead) {
|
if (!this.channel || this.channel.dead) {
|
||||||
this.die();
|
this.die();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue