mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
55b4086082
* [Bug] Fix wrong season number for TV series
27 lines
566 B
Text
27 lines
566 B
Text
// use an integer for version numbers
|
|
version = 3
|
|
|
|
|
|
cloudstream {
|
|
language = "tl"
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
description = "Pinoy Movies Hub"
|
|
authors = listOf("Jace")
|
|
|
|
/**
|
|
* Status int as the following:
|
|
* 0: Down
|
|
* 1: Ok
|
|
* 2: Slow
|
|
* 3: Beta only
|
|
* */
|
|
status = 1 // will be 3 if unspecified
|
|
tvTypes = listOf(
|
|
"Movie",
|
|
"TvSeries",
|
|
"AsianDrama",
|
|
)
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=www.pinoymovieshub.ph&sz=%size%"
|
|
}
|