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

@@ -194,7 +194,7 @@ func (c *collector) Write(data []byte) (n int, err error) {
return len(data), nil
}
func Load(r fiber.Router) {
func Load(r *fiber.App) {
httpc = &fasthttp.HostClient{
Addr: cfg.HLSCDN + ":443",
IsTLS: true,