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 = 1
version = 2
cloudstream {

View file

@ -81,7 +81,7 @@ class Hentaiheaven : MainAPI() {
it.toSearchResult()
}
return newAnimeLoadResponse(title, url, TvType.Anime) {
return newAnimeLoadResponse(title, url, TvType.NSFW) {
engName = title
posterUrl = poster
addEpisodes(DubStatus.Subbed, episodes)