chore!: disable einthusan

This commit is contained in:
Deepak Patil 2022-12-16 13:53:09 +05:30
parent d4c27ddeeb
commit ba2d83a3bc
No known key found for this signature in database
GPG Key ID: 72C2703D0D120C3D
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ cloudstream {
language = "hi" language = "hi"
// All of these properties are optional, you can safely remove them // All of these properties are optional, you can safely remove them
description = "This website support Hindi/Marathi/Kannada/Malayalam/Tamil/Telugu/Bengali/Punjabi\nFor Searching format: language,title\nexample: hindi,kantara" description =
"This website support Hindi/Marathi/Kannada/Malayalam/Tamil/Telugu/Bengali/Punjabi\nFor Searching format: language,title\nexample: hindi,kantara"
authors = listOf("darkdemon") authors = listOf("darkdemon")
/** /**
@ -15,7 +16,7 @@ cloudstream {
* 2: Slow * 2: Slow
* 3: Beta only * 3: Beta only
* */ * */
status = 1 // will be 3 if unspecified status = 0 // will be 3 if unspecified
tvTypes = listOf( tvTypes = listOf(
"Movie", "Movie",
) )