Fix HiAnime pref quality #420

Merged
krysanify merged 2 commits from main into main 2024-12-09 14:51:07 -06:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 67053f48f8 - Show all commits

View file

@ -236,6 +236,7 @@ abstract class ZoroTheme(
}.flatten() }.flatten()
return embedLinks.parallelCatchingFlatMap(::extractVideo) return embedLinks.parallelCatchingFlatMap(::extractVideo)
.sort()
} }
abstract fun extractVideo(server: VideoData): List<Video> abstract fun extractVideo(server: VideoData): List<Video>

View file

@ -3,7 +3,7 @@ ext {
extClass = '.HiAnime' extClass = '.HiAnime'
themePkg = 'zorotheme' themePkg = 'zorotheme'
baseUrl = 'https://hianime.to' baseUrl = 'https://hianime.to'
overrideVersionCode = 41 overrideVersionCode = 42
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"