mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Add TvTypes to EjaTv
This commit is contained in:
parent
68aa928c7a
commit
cf61c718f8
1 changed files with 8 additions and 9 deletions
|
@ -9,13 +9,12 @@ cloudstream {
|
|||
// authors = listOf("Cloudburst")
|
||||
|
||||
/**
|
||||
* Status int as the following:
|
||||
* 0: Down
|
||||
* 1: Ok
|
||||
* 2: Slow
|
||||
* 3: Beta only
|
||||
* */
|
||||
* Status int as the following:
|
||||
* 0: Down
|
||||
* 1: Ok
|
||||
* 2: Slow
|
||||
* 3: Beta only
|
||||
* */
|
||||
status = 1 // will be 3 if unspecified
|
||||
|
||||
|
||||
}
|
||||
tvTypes = listOf("Live")
|
||||
}
|
Loading…
Reference in a new issue