Fix TvType for all plugins

This commit is contained in:
Jace 2022-10-16 16:11:19 +08:00
parent 0dd66ffdea
commit 2d5ab87eeb
27 changed files with 61 additions and 61 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 1
version = 2
cloudstream {

View file

@ -14,7 +14,7 @@ import com.lagradost.nicehttp.NiceResponse
class Vlxx : MainAPI() {
private val DEV = "DevDebug"
private val globaltvType = TvType.Movie
private val globaltvType = TvType.NSFW
override var name = "Vlxx"
override var mainUrl = "https://vlxx.sex"