Don't count "other" as a language. (#5901)

(cherry picked from commit 2c495c4119d050e330677e445798cd2ec8a9ff53)
This commit is contained in:
FourTOne5 2021-09-14 01:05:12 +06:00 committed by Jobobby04
parent 23928d3c89
commit e7803d305f

View File

@ -330,7 +330,7 @@ class MangaInfoHeaderAdapter(
with(binding.mangaSource) {
if (mangaSource != null) {
val enabledLanguages = preferences.enabledLanguages().get()
.filterNot { it == "all" }
.filterNot { it in listOf("all", "other") }
// SY -->
val isMergedSource = source.id == MERGED_SOURCE_ID