mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(trash-sync): remove unused code
This commit is contained in:
parent
f296d47d4a
commit
5ea7218eb8
1 changed files with 0 additions and 4 deletions
|
|
@ -21,10 +21,6 @@ class LocalFilesManagerRepository {
|
|||
return await _service.restoreFromTrash(fileName, type);
|
||||
}
|
||||
|
||||
Future<bool> restoreFromTrashById(String mediaId, int type) async {
|
||||
return await _service.restoreFromTrashById(mediaId, type);
|
||||
}
|
||||
|
||||
Future<bool> requestManageMediaPermission() async {
|
||||
return await _service.requestManageMediaPermission();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue