add lang "other" to local

This commit is contained in:
curche 2021-10-04 13:13:28 +05:30
parent 47c78fb62f
commit 1acc2d60e0

View File

@ -79,7 +79,7 @@ class LocalSource(private val context: Context) : CatalogueSource {
override val id = ID
override val name = context.getString(R.string.local_source)
override val lang = ""
override val lang = "other"
override val supportsLatest = true
override fun toString() = context.getString(R.string.local_source)