Fix lock log message
This commit is contained in:
parent
db0fee5692
commit
278570f3ed
|
@ -1571,6 +1571,7 @@ Channel.prototype.tryToggleLock = function(user) {
|
|||
return;
|
||||
}
|
||||
|
||||
this.logger.log("*** " + user.name + " set playlist lock to " + this.openqueue);
|
||||
this.setLock(this.openqueue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue