mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
feat(mobile): use new endpoint (#6108)
This commit is contained in:
parent
a7d9e25fb0
commit
9a04014f98
@ -44,10 +44,7 @@ class BackupService {
|
|||||||
final String deviceId = Store.get(StoreKey.deviceId);
|
final String deviceId = Store.get(StoreKey.deviceId);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
return await _apiService.assetApi.getUserAssetsByDeviceId(deviceId);
|
return await _apiService.assetApi.getAllUserAssetsByDeviceId(deviceId);
|
||||||
|
|
||||||
// TODO! Start using this in 1.92.0
|
|
||||||
// return await _apiService.assetApi.getAllUserAssetsByDeviceId(deviceId);
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('Error [getDeviceBackupAsset] ${e.toString()}');
|
debugPrint('Error [getDeviceBackupAsset] ${e.toString()}');
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
Reference in New Issue
Block a user