cloudstream-extensions-mult.../StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProviderPlugin.kt
C10udburst 70e1aa2e51 Revert "Moved italian providers"
This reverts commit 856331f8bf.
2022-08-17 14:09:52 +02:00

14 lines
No EOL
442 B
Kotlin

package com.lagradost
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
import com.lagradost.cloudstream3.plugins.Plugin
import android.content.Context
@CloudstreamPlugin
class StreamingcommunityProviderPlugin: Plugin() {
override fun load(context: Context) {
// All providers should be added in this manner. Please don't edit the providers list directly.
registerMainAPI(StreamingcommunityProvider())
}
}