fix(en/Aniplay): working again and header fetching (#894)

* header fetching

* version bump

* modified video fetching

* longer delay

* better header fetching

* video headers and minor changes

* version bump
This commit is contained in:
Josef František Straka 2025-04-10 02:02:53 +00:00 committed by GitHub
parent 686405f61f
commit 235c2b3f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 104 additions and 35 deletions

View file

@ -2,7 +2,7 @@ ext {
extName = 'AniPlay'
extClass = '.AniPlay'
themePkg = 'anilist'
overrideVersionCode = 15
overrideVersionCode = 17
}
apply from: "$rootDir/common.gradle"