mirror of
https://github.com/immich-app/immich.git
synced 2024-11-28 09:33:27 +02:00
fa9bb8074c
* add packages * create download task * show progress * save video and image * show progress info * live photo wip * download and link live photos * Update list of assets * wip * correct progress * add state to download * revert unncessary change * repository pattern * translation * remove unused code * update method call from repository * remove unused variable * handle multiple livephotos download * remove logging statement * lint * not removing all records
4 lines
134 B
Dart
4 lines
134 B
Dart
const downloadGroupImage = 'group_image';
|
|
const downloadGroupVideo = 'group_video';
|
|
const downloadGroupLivePhoto = 'group_livephoto';
|