mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
fix typo
This commit is contained in:
parent
e19acd2d63
commit
d42fc2eabf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue