mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
feat: asset copy (#23172)
This commit is contained in:
parent
fdfb04d83c
commit
4ae7cadeae
20 changed files with 644 additions and 2 deletions
|
|
@ -95,6 +95,7 @@ export enum Permission {
|
|||
AssetDownload = 'asset.download',
|
||||
AssetUpload = 'asset.upload',
|
||||
AssetReplace = 'asset.replace',
|
||||
AssetCopy = 'asset.copy',
|
||||
|
||||
AlbumCreate = 'album.create',
|
||||
AlbumRead = 'album.read',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue