mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2025-12-12 14:49:38 +05:00
small fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user