fix builds

This commit is contained in:
Cloudburst 2022-09-09 22:58:27 +02:00 committed by GitHub
parent 4ef9515cd0
commit 7f4d9c9447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 2
version = 4
cloudstream {

View File

@ -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"
)
}
}*/
}