diff --git a/FreeTVProvider/src/main/kotlin/com/lagradost/FreeTVProviderPlugin.kt b/FreeTVProvider/src/main/kotlin/com/lagradost/FreeTVProviderPlugin.kt index 803bf47..826e14e 100644 --- a/FreeTVProvider/src/main/kotlin/com/lagradost/FreeTVProviderPlugin.kt +++ b/FreeTVProvider/src/main/kotlin/com/lagradost/FreeTVProviderPlugin.kt @@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.plugins.Plugin import android.content.Context @CloudstreamPlugin -class TvItalianaProviderPlugin: Plugin() { +class FreeTVProviderPlugin: Plugin() { override fun load(context: Context) { // All providers should be added in this manner. Please don't edit the providers list directly. registerMainAPI(FreeTVProvider())