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 /src/Types.hx | |
| parent | 9ea69c94129f3e711dab4f47cd6011a398a42b89 (diff) | |
youtubePlaylistLimit setting
closes #12
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index f9bc104..76e811b 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -25,6 +25,7 @@ typedef Config = { localAdmins:Bool, templateUrl:String, youtubeApiKey:String, + youtubePlaylistLimit:Int, permissions:{ guest:Array<Permission>, user:Array<Permission>, |
