From d42fc2eabfc85fb39f53f3c9495fd92959b7e7be Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 22 May 2014 02:37:04 -0400 Subject: [PATCH] fix typo --- lib/channel/playlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/channel/playlist.js b/lib/channel/playlist.js index 7b436324..efe73789 100644 --- a/lib/channel/playlist.js +++ b/lib/channel/playlist.js @@ -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 = {