diff options
| author | RblSb <msrblsb@gmail.com> | 2020-12-17 21:37:20 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-12-17 21:37:20 +0300 |
| commit | 03d02b3282e950e77a3959277c93d554c23b8e60 (patch) | |
| tree | ec2d0086960d2304ff15cc88d10981824d418114 /default-config.json | |
| parent | 9ea69c94129f3e711dab4f47cd6011a398a42b89 (diff) | |
youtubePlaylistLimit setting
closes #12
Diffstat (limited to 'default-config.json')
| -rw-r--r-- | default-config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default-config.json b/default-config.json index 7360e1d..3dc1b2f 100644 --- a/default-config.json +++ b/default-config.json @@ -7,8 +7,9 @@ "totalVideoLimit": 0, "userVideoLimit": 0, "localAdmins": true, - "templateUrl": "https://www.youtube.com/watch?v=craeyJdrCsE", + "templateUrl": "https://youtube.com/playlist?list=PL9FiZUDVMu9tc_85frYognMOVFC_-VkSX", "youtubeApiKey": "AIzaSyDTk1OPRI9cDkAK_BKsBcv10DQCHse-QaA", + "youtubePlaylistLimit": 50, "permissions": { "guest": ["writeChat", "addVideo", "removeVideo", "changeOrder", "requestLeader", "rewind"], "user": ["guest"], |
