update StremioX/src/main/kotlin/com/hexated/StremioXPlugin.kt

This commit is contained in:
VectorHex 2023-12-23 17:47:34 -04:00
parent 09be2bc628
commit a57e411ec0
1 changed files with 1 additions and 1 deletions

View File

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