Stop removing film simulations on sync

This commit is contained in:
Sam Becker 2025-02-24 08:34:49 -06:00
parent daafd910ea
commit 6554bd49c4

View File

@ -362,6 +362,8 @@ export const syncPhotoAction = async (photoId: string) =>
const photoFormDbInsert = convertFormDataToPhotoDbInsert({
...convertPhotoToFormData(photo),
...photoFormExif,
// Don't overwrite manually configured film simulations
...photo.filmSimulation && { filmSimulation: photo.filmSimulation },
...!BLUR_ENABLED && { blurData: undefined },
...!photo.title && { title: atTitle },
...!photo.caption && { caption: aiCaption },