From 586d7f1e9ee914f7cc69a5817674f90a0a47c10e Mon Sep 17 00:00:00 2001 From: Owen <96526481+owencz1998@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:17:52 +0100 Subject: [PATCH] trying to fix icons --- InternetChicks/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InternetChicks/build.gradle.kts b/InternetChicks/build.gradle.kts index 5605ba0..62ecd0d 100644 --- a/InternetChicks/build.gradle.kts +++ b/InternetChicks/build.gradle.kts @@ -22,5 +22,5 @@ cloudstream { // You can find a list of avaliable types here: // https://recloudstream.github.io/cloudstream/html/app/com.lagradost.cloudstream3/-tv-type/index.html tvTypes = listOf("NSFW") - iconUrl = "https://www.google.com/s2/favicons?domain=internetchicks.cc&sz=%size%" + iconUrl = "https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://internetchicks.com/categories/&ved=2ahUKEwiglfzMh6SJAxXGTkEAHWeaN98QFnoECAgQAQ&usg=AOvVaw36mxiYPuw9bsIxNYv-JQr-" }