diff options
| author | RblSb <msrblsb@gmail.com> | 2022-03-15 06:51:53 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2022-03-15 06:51:53 +0300 |
| commit | 79f3c34d24d6ae6aba17dd643726e20754140d80 (patch) | |
| tree | d6b1d23bcfbdc023fc757f25b1b3fa085fd5e790 /default-config.json | |
| parent | 692e4690abc2083d151c011a2df2976ecf6886cc (diff) | |
Update locked playlist restrictions
And add "toggleItemType" permission. Closes #36
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default-config.json b/default-config.json index c6e9083..36f4fee 100644 --- a/default-config.json +++ b/default-config.json @@ -14,7 +14,7 @@ "youtubePlaylistLimit": 50, "permissions": { "banned": [], - "guest": ["writeChat", "addVideo", "removeVideo", "changeOrder", "requestLeader", "rewind"], + "guest": ["writeChat", "addVideo", "removeVideo", "changeOrder", "toggleItemType", "requestLeader", "rewind"], "user": ["guest"], "leader": ["user"], "admin": ["user", "clearChat", "setLeader", "lockPlaylist", "banClient"] |
