merge: sync bugfixes from main (permission error, Android 13+ storage)

This commit is contained in:
zarzet
2026-01-12 19:59:09 +07:00
6 changed files with 132 additions and 19 deletions
@@ -1792,6 +1792,9 @@ class DownloadQueueNotifier extends Notifier<DownloadQueueState> {
case 'network':
errorType = DownloadErrorType.network;
break;
case 'permission':
errorType = DownloadErrorType.permission;
break;
default:
errorType = DownloadErrorType.unknown;
}