mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update Requests.kt
This commit is contained in:
parent
f0c34f2075
commit
3f1f5894d0
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ fun get(
|
|||
|
||||
if (interceptor != null) client.addInterceptor(interceptor)
|
||||
val request = getRequestCreator(url, headers, referer, params, cookies, cacheTime, cacheUnit)
|
||||
return client.build().newCall(request).execute()
|
||||
return client.build().newCall(request).execute()
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue