Minor cleanup + local source string change to "local library"

This commit is contained in:
Jay 2020-04-13 23:09:18 -04:00
parent bdf73da0ba
commit 716f7f422f
36 changed files with 35 additions and 43 deletions

View file

@ -63,11 +63,11 @@ class LocalSource(private val context: Context) : CatalogueSource {
}
override val id = ID
override val name = context.getString(R.string.local_manga)
override val name = context.getString(R.string.local_library)
override val lang = ""
override val supportsLatest = true
override fun toString() = context.getString(R.string.local_manga)
override fun toString() = context.getString(R.string.local_library)
override fun fetchPopularManga(page: Int) = fetchSearchManga(page, "", POPULAR_FILTERS)