Update RebahinProviderPlugin.kt

This commit is contained in:
Hexated 2023-07-15 22:13:11 +07:00 committed by GitHub
parent 1fdf03db22
commit 37db4e4699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ class RebahinProviderPlugin: Plugin() {
override fun load(context: Context) {
// All providers should be added in this manner. Please don't edit the providers list directly.
registerMainAPI(RebahinProvider())
// registerMainAPI(Kitanonton())
registerMainAPI(Kitanonton())
}
}