From 4ca7d6d47ca431e3bbced3cf5d42e354b2b774a6 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Tue, 18 Jul 2023 12:54:48 +0300 Subject: [PATCH] Update build.gradle.kts --- YacienTVProvider/build.gradle.kts | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/YacienTVProvider/build.gradle.kts b/YacienTVProvider/build.gradle.kts index 991be08d..27d450f7 100644 --- a/YacienTVProvider/build.gradle.kts +++ b/YacienTVProvider/build.gradle.kts @@ -1,13 +1,13 @@ // use an integer for version numbers -version = 10 +version = 3 cloudstream { - language = "tr" + language = "ar" // All of these properties are optional, you can safely remove them - // description = "Lorem Ipsum" - authors = listOf("Hexated") + description = "Yacien TV livestreams" + authors = listOf("KingLucius") /** * Status int as the following: @@ -18,9 +18,8 @@ cloudstream { * */ status = 1 // will be 3 if unspecified tvTypes = listOf( - "TvSeries", - "Movie", + "Live", ) - iconUrl = "https://www.google.com/s2/favicons?domain=hdfilmcehennemi.live&sz=%size%" + iconUrl = "https://raw.githubusercontent.com/KingLucius/cs-hx/master/YacienTVProvider/icon.png" } \ No newline at end of file