add FuzzyMovieSearchFilter
This commit is contained in:
+1
-3
@@ -100,9 +100,7 @@ class HttpClientSettings(
|
||||
defaultRequest {
|
||||
header(HttpHeaders.Accept, ContentType.Application.Json)
|
||||
header(HttpHeaders.ContentType, ContentType.Application.Json)
|
||||
userAgentProvider?.provide() ?: appConfig?.userAgent?.let {
|
||||
header(HttpHeaders.UserAgent, it)
|
||||
}
|
||||
header(HttpHeaders.UserAgent, (userAgentProvider?.provide() ?: appConfig?.userAgent))
|
||||
}
|
||||
|
||||
install(HttpTimeout) {
|
||||
|
||||
Reference in New Issue
Block a user