pinchflat/lib
Amadeus Mader 50a1ff61f4 fix(metadata): auto-download missing source images on profile change or indexing
Add two mechanisms to ensure source images are downloaded:

1. Trigger SourceMetadataStorageWorker when media_profile_id changes,
   so if a user switches to a profile with download_source_images enabled,
   the images will be fetched.

2. After successful indexing, check if source images are missing but
   should exist (profile has download_source_images: true). If so,
   kick off the metadata storage worker to download them.

This fixes issues where sources created before download_source_images
was added, or sources that had failed metadata jobs, never got their
artwork downloaded.
2026-03-07 18:56:26 +01:00
..
pinchflat fix(metadata): auto-download missing source images on profile change or indexing 2026-03-07 18:56:26 +01:00
pinchflat_web Add GET /api/media/recent_downloads endpoint 2026-03-04 11:24:38 +00:00
pinchflat.ex Initial commit 🎉 2024-01-18 20:32:01 -08:00
pinchflat_web.ex [Housekeeping] Dependency updates 6-Jun-2025 (#733) 2025-06-06 13:44:14 -07:00