mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
@@ -69,8 +69,8 @@ export class UpdateAssetDto extends UpdateAssetBase {
|
||||
@IsString()
|
||||
description?: string;
|
||||
|
||||
@ValidateUUID({ optional: true })
|
||||
livePhotoVideoId?: string;
|
||||
@ValidateUUID({ optional: true, nullable: true })
|
||||
livePhotoVideoId?: string | null;
|
||||
}
|
||||
|
||||
export class RandomAssetsDto {
|
||||
|
||||
Reference in New Issue
Block a user