mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
revert redundant changes
This commit is contained in:
parent
113470c87a
commit
9964ad50c2
4 changed files with 46 additions and 86 deletions
|
|
@ -14,8 +14,8 @@ class LocalFilesManagerRepository {
|
|||
return await _service.moveToTrash(mediaUrls);
|
||||
}
|
||||
|
||||
Future<bool> restoreFromTrash(String fileName, int type, String checksum) async {
|
||||
return await _service.restoreFromTrash(fileName, type, checksum);
|
||||
Future<bool> restoreFromTrash(String fileName, int type) async {
|
||||
return await _service.restoreFromTrash(fileName, type);
|
||||
}
|
||||
|
||||
Future<bool> restoreFromTrashById(String mediaId, int type) async {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue