NHentai/Hitomi say "All" when toString is called
This commit is contained in:
parent
4733a62980
commit
98b6a221fd
@ -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"
|
||||||
)
|
)
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user