feat: implement allanime provider with utls support
This commit is contained in:
9
integrations/playback/allanime/module.go
Normal file
9
integrations/playback/allanime/module.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package allanime
|
||||
|
||||
import (
|
||||
"go.uber.org/fx"
|
||||
)
|
||||
|
||||
var Module = fx.Options(
|
||||
fx.Provide(NewAllAnimeProvider),
|
||||
)
|
||||
Reference in New Issue
Block a user