Cached image performace, background audio bug
This commit is contained in:
parent
ed087bc583
commit
7df500bc9c
7 changed files with 334 additions and 312 deletions
|
|
@ -61,7 +61,7 @@ class DeezerAPI {
|
|||
'gateway_input': gatewayInput
|
||||
},
|
||||
data: jsonEncode(params??{}),
|
||||
options: Options(responseType: ResponseType.json, sendTimeout: 7000, receiveTimeout: 7000)
|
||||
options: Options(responseType: ResponseType.json, sendTimeout: 5000, receiveTimeout: 5000)
|
||||
);
|
||||
return response.data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue