updates
This commit is contained in:
parent
fc22d11df1
commit
27a8a62475
32 changed files with 354 additions and 335 deletions
|
|
@ -129,7 +129,7 @@ class DownloadController extends StateNotifier<DownloadState> {
|
|||
|
||||
final Dio _dio = Dio(BaseOptions(
|
||||
receiveTimeout: const Duration(minutes: 5),
|
||||
headers: {'User-Agent': 'ratune-mobile'},
|
||||
headers: {'User-Agent': 'timbre'},
|
||||
));
|
||||
|
||||
static const int _maxConcurrent = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue