mirror of
https://github.com/immich-app/immich.git
synced 2026-06-04 21:25:49 -04:00
refactor(workflow): map AlbumAssetAdded trigger to AssetV1
Drop the AssetAlbumV1 workflow type and have the AlbumAssetAdded trigger reuse the existing asset-aware AssetV1 type, so all current AssetV1 plugin methods work with it out of the box.
This commit is contained in:
@@ -26840,8 +26840,7 @@
|
||||
"description": "Workflow type",
|
||||
"enum": [
|
||||
"AssetV1",
|
||||
"AssetPersonV1",
|
||||
"AssetAlbumV1"
|
||||
"AssetPersonV1"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user