mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-07-31 08:17:22 +02:00
fix: harden download errors and re-enrich sidecars
This commit is contained in:
@@ -89,7 +89,7 @@ class DownloadItem {
|
||||
case DownloadErrorType.notFound:
|
||||
return 'Song not found on any service';
|
||||
case DownloadErrorType.rateLimit:
|
||||
return 'Rate limit reached, try again later';
|
||||
return 'Service rate limit reached. Wait before retrying.';
|
||||
case DownloadErrorType.network:
|
||||
return 'Connection failed, check your internet';
|
||||
case DownloadErrorType.permission:
|
||||
|
||||
Reference in New Issue
Block a user