mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 04:41:47 +01:00
linting
This commit is contained in:
parent
30250f2f82
commit
359ed5a8cd
@ -122,8 +122,7 @@ class SourcePresenter(
|
|||||||
val localSource = sourceManager.get(LocalSource.ID)
|
val localSource = sourceManager.get(LocalSource.ID)
|
||||||
return sourceManager.getCatalogueSources()
|
return sourceManager.getCatalogueSources()
|
||||||
.filter { it.lang in languages }
|
.filter { it.lang in languages }
|
||||||
.filterNot { it.id.toString() in disabledSourceIds }
|
.filterNot { it.id.toString() in disabledSourceIds + localSource?.id.toString() }
|
||||||
.filterNot { it.id.toString() == localSource.toString() }
|
|
||||||
.sortedBy { "(${it.lang}) ${it.name.lowercase()}" } +
|
.sortedBy { "(${it.lang}) ${it.name.lowercase()}" } +
|
||||||
localSource as LocalSource
|
localSource as LocalSource
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user