mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update RebahinProviderPlugin.kt
This commit is contained in:
parent
1fdf03db22
commit
37db4e4699
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class RebahinProviderPlugin: 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.
|
||||||
registerMainAPI(RebahinProvider())
|
registerMainAPI(RebahinProvider())
|
||||||
// registerMainAPI(Kitanonton())
|
registerMainAPI(Kitanonton())
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue