small tvtype fix

This commit is contained in:
hexated 2022-10-18 19:52:23 +07:00
parent 73b80485a1
commit 02d09d3099
6 changed files with 6 additions and 6 deletions

View file

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

View file

@ -90,7 +90,7 @@ class Paradisehill : MainAPI() {
it.toSearchResult()
}
return newTvSeriesLoadResponse(title, url, TvType.TvSeries, episodes) {
return newTvSeriesLoadResponse(title, url, TvType.NSFW, episodes) {
this.posterUrl = poster
this.plot = description
this.tags = tags