diff options
| author | RblSb <msrblsb@gmail.com> | 2022-11-08 21:30:36 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2022-11-08 21:30:36 +0300 |
| commit | 3c022ef91a2f56c9a1573d0d4134d04e8ee5ca56 (patch) | |
| tree | 7ed11678d5718860167493c171f3cc65c149901a /src/Types.hx | |
| parent | 9f11055ddfaedaad66fdb9278db3d78f8ef10c0f (diff) | |
Add "localNetworkOnly" option
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 61a1ab1..fe0e6b2 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -26,6 +26,7 @@ typedef Config = { requestLeaderOnPause:Bool, localAdmins:Bool, allowProxyIps:Bool, + localNetworkOnly:Bool, templateUrl:String, youtubeApiKey:String, youtubePlaylistLimit:Int, |
