Add TvTypes to EjaTv

This commit is contained in:
Blatzar 2022-08-14 19:40:52 +02:00
parent 68aa928c7a
commit cf61c718f8
1 changed files with 8 additions and 9 deletions

View File

@ -9,13 +9,12 @@ cloudstream {
// authors = listOf("Cloudburst") // authors = listOf("Cloudburst")
/** /**
* Status int as the following: * Status int as the following:
* 0: Down * 0: Down
* 1: Ok * 1: Ok
* 2: Slow * 2: Slow
* 3: Beta only * 3: Beta only
* */ * */
status = 1 // will be 3 if unspecified status = 1 // will be 3 if unspecified
tvTypes = listOf("Live")
}
}