Fix local source not working if english was disabled. Closes #848

This commit is contained in:
len
2017-06-17 12:46:34 +02:00
parent 5fec956ce6
commit 74a7e2a17e
2 changed files with 4 additions and 7 deletions

View File

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