This commit is contained in:
Forrest 2026-07-29 16:22:00 -04:00
parent fc22d11df1
commit 27a8a62475
32 changed files with 354 additions and 335 deletions

View file

@ -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;