This commit is contained in:
parent
c2d2161e1d
commit
ffb97eb6c6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 8
|
||||
version = 9
|
||||
|
||||
dependencies{
|
||||
implementation("com.google.code.gson:gson:2.9.0")
|
||||
|
|
|
@ -128,7 +128,7 @@ class UnimayProvider : MainAPI() {
|
|||
tvType,
|
||||
) {
|
||||
this.engName = anime.names.eng
|
||||
this.posterUrl = "$imagesUrl${anime.images.banner}?width=1440&format=webp"
|
||||
this.posterUrl = "$imagesUrl${anime.images.banner}?width=2560&format=webp"
|
||||
this.tags = anime.genres
|
||||
this.plot = anime.description
|
||||
this.showStatus = showStatus
|
||||
|
|
Loading…
Reference in a new issue