Skip to content

Commit b574ba6

Browse files
committed
refactor: remove LivePhotoVideoID field from UpdAssetField struct
1 parent 14afdb5 commit b574ba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

immich/asset.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ type UpdAssetField struct {
213213
Longitude float64 `json:"longitude,omitempty"`
214214
Description string `json:"description,omitempty"`
215215
Rating int `json:"rating,omitempty"`
216-
LivePhotoVideoID string `json:"livePhotoVideoId,omitempty"`
217216
DateTimeOriginal time.Time `json:"dateTimeOriginal,omitempty"`
218217
}
219218

0 commit comments

Comments
 (0)