mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small tvtype fix
This commit is contained in:
parent
73b80485a1
commit
02d09d3099
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue