Skip to content

Commit

Permalink
serialno: Fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
CakesTwix committed Aug 17, 2024
1 parent fdf97d1 commit a0d7bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SerialnoProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 3
version = 4


cloudstream {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a0d7bb4

Please sign in to comment.