mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
e2d26ebdea
When downloading a live photo, Safari overwrites the image file with the motion video because both share the same base filename. Append '-motion' suffix to the video filename to prevent collision. For example, IMG_1234.heic and IMG_1234.mov become IMG_1234.heic and IMG_1234-motion.mov. Fixes #23055