Add Hindi movie link (#21)

* fixed PhimmoichillProvider

* final fixed sources

* fixed Kuramanime

* added HorizontalImages

* fixes NontonAnimeIDProvider mainPage

Co-authored-by: hexated <hexated@gmail.com>
This commit is contained in:
uzairhaider502 2022-09-16 14:19:52 +05:00 committed by GitHub
parent e9392ff7fd
commit c5046346ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 49 additions and 94 deletions

View file

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

View file

@ -32,7 +32,7 @@ class UseeTv : MainAPI() {
}.mapNotNull {
it.toSearchResult()
}
HomePageList(name, home)
HomePageList(name, home, true)
}.filter { it.list.isNotEmpty() }
return HomePageResponse(home)