mirror of https://github.com/calzoneman/sync.git
Fix minor issue
This commit is contained in:
parent
c213eb2f31
commit
1e38b05800
|
@ -1033,7 +1033,7 @@ PlaylistModule.prototype._leadLoop = function() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (this.channel.dead) {
|
||||
if (!this.channel || this.channel.dead) {
|
||||
this.die();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue