mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
* fix_Exlif_Metadata_Rating_Rounding_to_Interger Rounding Exlif Rating Interger Images support having numbers other than integers for the rating metadata in EXLIF. The database expects it to be an integer though. Trying to upload an image that has a rating other than an integer results in it failing to parse the image and defaulting to showing a corrupted file icon. Rather than changing the database type, I would like to round the rating to the nearest integer so that Immich works with images that have a rating like this in their metadata. * Changing Metadata validateRange to always round. * Update server/src/services/metadata.service.ts Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> --------- Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>