Compare commits

..

1 Commits

Author SHA1 Message Date
Gustavo Henrique Miranda 6ef0b3f6b3
Merge b14d775d87 into 8f36e5a770 2025-07-18 00:43:35 +00:00
1 changed files with 1 additions and 2 deletions

View File

@ -611,8 +611,7 @@ class EditEntryScreen(Screen):
addition_date=original_photo.addition_date,
caption=photo_data["caption"],
entries=original_photo.entries if original_photo.entries is not None else [],
id=original_photo.id,
photo_hash=original_photo.photo_hash,
id=original_photo.id
)
result = photo_service.update(original_photo, updated_photo)