mirror of https://github.com/calzoneman/sync.git
fix typo
This commit is contained in:
parent
e19acd2d63
commit
d42fc2eabf
|
@ -1188,7 +1188,7 @@ PlaylistModule.prototype.handleQueuePlaylist = function (user, data) {
|
||||||
var maxlength = 0;
|
var maxlength = 0;
|
||||||
if (!perms.canExceedMaxLength(user)) {
|
if (!perms.canExceedMaxLength(user)) {
|
||||||
if (this.channel.modules.options) {
|
if (this.channel.modules.options) {
|
||||||
maxlength = this.channel.modules.options,get("maxlength");
|
maxlength = this.channel.modules.options.get("maxlength");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
var qdata = {
|
var qdata = {
|
||||||
|
|
Loading…
Reference in New Issue