mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update build.gradle.kts
This commit is contained in:
parent
076e71129b
commit
4ca7d6d47c
1 changed files with 6 additions and 7 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue