mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feature(mobile, beta, Android): handle remote asset trash/restore events and rescan media
- Handle move to trash and restore from trash for remote assets on Android - Trigger MediaScannerConnection to rescan affected media files
This commit is contained in:
parent
f972b8d514
commit
cf920ea438
9 changed files with 140 additions and 6 deletions
|
|
@ -16,6 +16,7 @@ final syncStreamServiceProvider = Provider(
|
|||
(ref) => SyncStreamService(
|
||||
syncApiRepository: ref.watch(syncApiRepositoryProvider),
|
||||
syncStreamRepository: ref.watch(syncStreamRepositoryProvider),
|
||||
assetService: ref.watch(assetServiceProvider),
|
||||
cancelChecker: ref.watch(cancellationProvider),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue