diff options
-rw-r--r-- | localwebsite/handlers/MiscHandler.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localwebsite/handlers/MiscHandler.php b/localwebsite/handlers/MiscHandler.php index c6cd3e5..e5f09b0 100644 --- a/localwebsite/handlers/MiscHandler.php +++ b/localwebsite/handlers/MiscHandler.php @@ -80,7 +80,8 @@ class MiscHandler extends RequestHandler if ($hls_debug) $hls_opts['debug'] = true; - $this->tpl->add_external_static('js', 'https://cdn.jsdelivr.net/npm/hls.js@latest'); + $this->tpl->add_static('hls.js'); + // $this->tpl->add_external_static('js', 'https://cdn.jsdelivr.net/npm/hls.js@latest'); $hls_host = config::get('cam_hls_host'); $hls_proto = config::get('cam_hls_proto'); |