mirror of
https://github.com/immich-app/immich.git
synced 2026-06-05 13:45:20 -04:00
b75d9b74b9
Adds a filterByAlbum core plugin method so workflows (e.g. the AlbumAssetAdded trigger) can be scoped to specific albums. The step checks the asset's album membership via the searchAlbums host function and halts the workflow when the asset is not in any of the configured albums (or, with inverse, when it is).