mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
fix builds
This commit is contained in:
parent
4ef9515cd0
commit
7f4d9c9447
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 2
|
||||
version = 4
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -60,6 +60,7 @@ class SuperembedProvider : TmdbProvider() {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
private object CaptchaSolver {
|
||||
private enum class Gender { Female, Male }
|
||||
private suspend fun predictFace(url: String): Gender? {
|
||||
|
@ -87,5 +88,5 @@ class SuperembedProvider : TmdbProvider() {
|
|||
val fn_index: Int = 0,
|
||||
val session_hash: String = "aaaaaaaaaaa"
|
||||
)
|
||||
}
|
||||
}*/
|
||||
}
|
Loading…
Reference in a new issue