NHentai/Hitomi say "All" when toString is called

This commit is contained in:
Jobobby04 2020-08-12 13:45:25 -04:00
parent 4733a62980
commit 98b6a221fd
2 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,8 @@ class Hitomi(delegate: HttpSource, val context: Context) :
} }
} }
override fun toString() = "${delegate.name} (${lang.toUpperCase()})"
override val matchingHosts = listOf( override val matchingHosts = listOf(
"hitomi.la" "hitomi.la"
) )

View File

@ -100,6 +100,8 @@ open class NHentai(delegate: HttpSource, val context: Context) :
} }
} }
override fun toString() = "${delegate.name} (${lang.toUpperCase()})"
override val matchingHosts = listOf( override val matchingHosts = listOf(
"nhentai.net" "nhentai.net"
) )