quick test

master
Cloudburst 2022-08-14 17:37:45 +02:00 committed by GitHub
parent 06cf038e4d
commit 45dc34d898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.SearchResponse
class ExampleProvider(val plugin: TestPlugin) : MainAPI() { // all providers must be an intstance of MainAPI
override var mainUrl = "https://example.com/"
override var name = "Example sex provider"
override val supportedTypes = setOf(TvType.Movie)
override val supportedTypes = setOf(TvType.NSFW)
override var lang = "en"