This commit is contained in:
Erik 2014-05-22 02:37:04 -04:00
parent e19acd2d63
commit d42fc2eabf
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ PlaylistModule.prototype.handleQueuePlaylist = function (user, data) {
var maxlength = 0;
if (!perms.canExceedMaxLength(user)) {
if (this.channel.modules.options) {
maxlength = this.channel.modules.options,get("maxlength");
maxlength = this.channel.modules.options.get("maxlength");
}
}
var qdata = {