diff --git a/lib/channel.js b/lib/channel.js index 02bd175d..50a8edc4 100644 --- a/lib/channel.js +++ b/lib/channel.js @@ -1793,7 +1793,7 @@ Channel.prototype.handleQueuePlaylist = function (user, data) { } var name = data.name; - if (data.pos === "next" && !self.hasPermission(user, "playlistaddnext")) { + if (data.pos === "next" && !self.hasPermission(user, "playlistnext")) { return; } var pos = data.pos || "end";