NHentai/Hitomi say "All" when toString is called
This commit is contained in:
parent
4733a62980
commit
98b6a221fd
2 changed files with 4 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ class Hitomi(delegate: HttpSource, val context: Context) :
|
|||
}
|
||||
}
|
||||
|
||||
override fun toString() = "${delegate.name} (${lang.toUpperCase()})"
|
||||
|
||||
override val matchingHosts = listOf(
|
||||
"hitomi.la"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -100,6 +100,8 @@ open class NHentai(delegate: HttpSource, val context: Context) :
|
|||
}
|
||||
}
|
||||
|
||||
override fun toString() = "${delegate.name} (${lang.toUpperCase()})"
|
||||
|
||||
override val matchingHosts = listOf(
|
||||
"nhentai.net"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue