From 724bb9d9ce177deb58a8d499bc95c5335203e7c4 Mon Sep 17 00:00:00 2001 From: Antony Date: Fri, 19 Aug 2022 18:25:52 +0200 Subject: [PATCH] IptvorgProvider from https://github.com/iptv-org/iptv --- .../src/main/kotlin/com/lagradost/FreeTVProviderPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())