From aa1049e3e089e97174c368dc5231c3d9ff4ca86f Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 23 Jul 2024 02:21:33 -0600 Subject: [PATCH] Update site config --- app/Util/Site/Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Util/Site/Config.php b/app/Util/Site/Config.php index e661d82fe..530dc7108 100644 --- a/app/Util/Site/Config.php +++ b/app/Util/Site/Config.php @@ -7,7 +7,7 @@ use Illuminate\Support\Str; class Config { - const CACHE_KEY = 'api:site:configuration:_v0.8'; + const CACHE_KEY = 'api:site:configuration:_v0.9'; public static function get() { @@ -97,6 +97,7 @@ class Config ], ], 'hls' => $hls, + 'groups' => (bool) config('groups.enabled'), ], ]; });