mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-25 13:30:55 +02:00
fix: harden download errors and re-enrich sidecars
This commit is contained in:
@@ -142,7 +142,7 @@ void main() {
|
||||
);
|
||||
expect(
|
||||
base.copyWith(errorType: DownloadErrorType.rateLimit).errorMessage,
|
||||
'Rate limit reached, try again later',
|
||||
'Service rate limit reached. Wait before retrying.',
|
||||
);
|
||||
expect(
|
||||
base.copyWith(errorType: DownloadErrorType.network).errorMessage,
|
||||
|
||||
Reference in New Issue
Block a user