forked from AlmightyHak/extensions-source
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:
parent
df43cf2b73
commit
515590ecfe
2 changed files with 19 additions and 34 deletions
|
@ -2,7 +2,7 @@ ext {
|
|||
extName = 'AniPlay'
|
||||
extClass = '.AniPlay'
|
||||
themePkg = 'anilist'
|
||||
overrideVersionCode = 5
|
||||
overrideVersionCode = 6
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue