From 955f6396a03764587fb18b3fc63619eadf7320b3 Mon Sep 17 00:00:00 2001 From: antonydp <38143733+antonydp@users.noreply.github.com> Date: Thu, 3 Nov 2022 16:10:50 +0100 Subject: [PATCH] Update GuardaSerieProvider.kt --- .../src/main/kotlin/com/lagradost/GuardaSerieProvider.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GuardaSerieProvider/src/main/kotlin/com/lagradost/GuardaSerieProvider.kt b/GuardaSerieProvider/src/main/kotlin/com/lagradost/GuardaSerieProvider.kt index 113d02c..cd10e30 100644 --- a/GuardaSerieProvider/src/main/kotlin/com/lagradost/GuardaSerieProvider.kt +++ b/GuardaSerieProvider/src/main/kotlin/com/lagradost/GuardaSerieProvider.kt @@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor class GuardaSerieProvider : MainAPI() { override var lang = "it" - override var mainUrl = "https://guardaserie.skin" + override var mainUrl = "https://guardaserie.baby" override var name = "GuardaSerie" override val hasMainPage = true override val hasChromecastSupport = true @@ -121,4 +121,4 @@ class GuardaSerieProvider : MainAPI() { } return true } -} \ No newline at end of file +}