unimay: Use 2560 for banner
All checks were successful
Build / build (push) Successful in 41s

This commit is contained in:
CakesTwix 2024-08-11 12:55:30 +03:00
parent c2d2161e1d
commit ffb97eb6c6
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 8
version = 9
dependencies{
implementation("com.google.code.gson:gson:2.9.0")

View file

@ -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