serialno: Fix search
All checks were successful
Build / build (push) Successful in 44s

This commit is contained in:
CakesTwix 2024-08-17 22:27:54 +03:00
parent 99d1c2457e
commit 7ba94d6e44
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -68,7 +68,7 @@ class SerialnoProvider : MainAPI() {
override suspend fun search(query: String): List<SearchResponse> {
val document = app.post(
url = "$mainUrl/index.php?do=search",
url = "$mainUrl/",
data = mapOf(
"do" to "search",
"subaction" to "search",