Merge branch 'main' of github.com:immich-app/immich into feat/mobile-platform-clients

This commit is contained in:
Alex
2025-09-20 08:18:22 -05:00
72 changed files with 9736 additions and 1691 deletions
@@ -356,7 +356,6 @@ class ActionNotifier extends Notifier<void> {
Future<ActionResult> downloadAll(ActionSource source) async {
final assets = _getAssets(source).whereType<RemoteAsset>().toList(growable: false);
try {
final didEnqueue = await _service.downloadAll(assets);
final enqueueCount = didEnqueue.where((e) => e).length;