mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-17 00:30:04 +00:00
Fix URL encoding of search queries
This commit is contained in:
@@ -9,16 +9,16 @@ dependencies {
|
||||
ksp("care.better.pf4j:pf4j-kotlin-symbol-processing:${rootProject.extra["pf4jKspVersion"]}")
|
||||
|
||||
implementation("io.ktor:ktor-client-core:$ktor_version") {
|
||||
exclude(group = "org.slf4j", module = "slf4j-api")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
implementation("io.ktor:ktor-client-cio:$ktor_version") {
|
||||
exclude(group = "org.slf4j", module = "slf4j-api")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
implementation("io.ktor:ktor-client-content-negotiation:$ktor_version") {
|
||||
exclude(group = "org.slf4j", module = "slf4j-api")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktor_version") {
|
||||
exclude(group = "org.slf4j", module = "slf4j-api")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
|
||||
implementation("me.xdrop:fuzzywuzzy:1.4.0")
|
||||
|
||||
Reference in New Issue
Block a user