feat(web): manually link live photos (#12514)

feat(web,server): manually link live photos
This commit is contained in:
Jason Rasmussen 2024-09-10 08:51:11 -04:00 committed by GitHub
parent 12bfb19852
commit 27050af57b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 178 additions and 36 deletions

View file

@ -68,6 +68,9 @@ export class UpdateAssetDto extends UpdateAssetBase {
@Optional()
@IsString()
description?: string;
@ValidateUUID({ optional: true })
livePhotoVideoId?: string;
}
export class RandomAssetsDto {