mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c015161c16
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ class NginxProviderPlugin : Plugin() {
|
||||||
|
|
||||||
override fun load(context: Context) {
|
override fun load(context: Context) {
|
||||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||||
|
nginxApi.init()
|
||||||
registerMainAPI(NginxProvider())
|
registerMainAPI(NginxProvider())
|
||||||
ioSafe {
|
ioSafe {
|
||||||
nginxApi.initialize()
|
nginxApi.initialize()
|
||||||
|
@ -30,4 +31,4 @@ class NginxProviderPlugin : Plugin() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue