mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
Fix TvType for all plugins
This commit is contained in:
parent
0dd66ffdea
commit
2d5ab87eeb
27 changed files with 61 additions and 61 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 1
|
||||
version = 2
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -30,9 +30,9 @@ class Hahomoe : MainAPI() {
|
|||
private val globalTvType = TvType.NSFW
|
||||
override var mainUrl = "https://haho.moe"
|
||||
override var name = "Haho moe"
|
||||
override val hasQuickSearch: Boolean get() = false
|
||||
override val hasMainPage: Boolean get() = true
|
||||
override val supportedTypes: Set<TvType> get() = setOf(TvType.NSFW)
|
||||
override val hasQuickSearch = false
|
||||
override val hasMainPage = true
|
||||
override val supportedTypes = setOf(TvType.NSFW)
|
||||
|
||||
private fun loadToken(): Boolean {
|
||||
return try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue