Fix(en/Aniplay): Fixed video list is empty and fixed unresolved host issue (#407)

* en/AniPlay: removed idMal since its no longer needed

* en/AniPlay: wrapped extractFromHls in try catch due to unresolved host error

* en/AniPlay: bumped versionCode
This commit is contained in:
Josef František Straka 2024-12-02 19:42:11 +01:00 committed by GitHub
parent df43cf2b73
commit 515590ecfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 34 deletions

View file

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