Yomiroll: Added second preference locale set to en-US (#1479)

This commit is contained in:
mklive
2023-04-10 20:35:10 +02:00
committed by GitHub
parent 2de35f226c
commit e8dd39032d
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ext {
extName = 'Yomiroll'
pkgNameSuffix = 'all.kamyroll'
extClass = '.Yomiroll'
extVersionCode = 19
extVersionCode = 20
libVersion = '13'
}

View File

@ -465,6 +465,7 @@ class Yomiroll : ConfigurableAnimeSource, AnimeHttpSource() {
{ it.quality.contains("Aud: ${dubLocale.getLocale()}") },
{ it.quality.contains("HardSub") == shouldContainHard },
{ it.quality.contains(subLocale) },
{ it.quality.contains("en-US") },
),
).reversed()
}