mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-13 17:29:54 +01:00
Implement MovieManager connection
This commit is contained in:
8
ober.go
8
ober.go
@@ -44,7 +44,13 @@ func Start(ctx *fasthttp.RequestCtx) {
|
||||
return
|
||||
}
|
||||
|
||||
WriteIndex(ctx, season, logOut.String())
|
||||
oracles, err := MmReadOracle()
|
||||
if err != nil {
|
||||
addErrorToCtx(ctx, err)
|
||||
return
|
||||
}
|
||||
|
||||
WriteIndex(ctx, season, oracles, logOut.String())
|
||||
|
||||
ctx.SetContentType("text/html; charset=utf-8")
|
||||
ctx.SetStatusCode(fasthttp.StatusOK)
|
||||
|
||||
Reference in New Issue
Block a user