small fixes

This commit is contained in:
Laptop
2025-01-01 12:36:56 +02:00
parent 47fb96fdda
commit c71b890143
5 changed files with 9 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ import (
var httpc *fasthttp.HostClient
var httpc_aac *fasthttp.HostClient
func Load(r fiber.Router) {
func Load(r *fiber.App) {
httpc = &fasthttp.HostClient{
Addr: cfg.HLSCDN + ":443",
IsTLS: true,