feat(web): manually link live photos (#12514)
feat(web,server): manually link live photos
This commit is contained in:
@@ -12241,6 +12241,10 @@
|
||||
"latitude": {
|
||||
"type": "number"
|
||||
},
|
||||
"livePhotoVideoId": {
|
||||
"format": "uuid",
|
||||
"type": "string"
|
||||
},
|
||||
"longitude": {
|
||||
"type": "number"
|
||||
},
|
||||
|
||||
@@ -427,6 +427,7 @@ export type UpdateAssetDto = {
|
||||
isArchived?: boolean;
|
||||
isFavorite?: boolean;
|
||||
latitude?: number;
|
||||
livePhotoVideoId?: string;
|
||||
longitude?: number;
|
||||
rating?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user