mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 02:55:09 +01:00
add lang "other" to local
This commit is contained in:
parent
47c78fb62f
commit
1acc2d60e0
@ -79,7 +79,7 @@ class LocalSource(private val context: Context) : CatalogueSource {
|
|||||||
|
|
||||||
override val id = ID
|
override val id = ID
|
||||||
override val name = context.getString(R.string.local_source)
|
override val name = context.getString(R.string.local_source)
|
||||||
override val lang = ""
|
override val lang = "other"
|
||||||
override val supportsLatest = true
|
override val supportsLatest = true
|
||||||
|
|
||||||
override fun toString() = context.getString(R.string.local_source)
|
override fun toString() = context.getString(R.string.local_source)
|
||||||
|
Loading…
Reference in New Issue
Block a user