diff --git a/Common/Immich Album Watcher/blueprint.yaml b/Common/Immich Album Watcher/blueprint.yaml index c7a59e2..2473817 100644 --- a/Common/Immich Album Watcher/blueprint.yaml +++ b/Common/Immich Album Watcher/blueprint.yaml @@ -1442,7 +1442,7 @@ action: data: chat_id: "{{ repeat.item }}" caption: "{{ periodic_summary_formatted }}" - urls: "{{ [{'url': periodic_summary_image_url, 'type': 'photo'}] if periodic_summary_image_url | length > 0 else [] }}" + assets: "{{ [{'url': periodic_summary_image_url, 'type': 'photo'}] if periodic_summary_image_url | length > 0 else [] }}" disable_web_page_preview: "{{ telegram_disable_url_preview }}" chat_action: "{{ telegram_chat_action }}" @@ -1697,7 +1697,7 @@ action: entity_id: "{{ current_album_entity }}" data: chat_id: "{{ repeat.item }}" - urls: "{{ scheduled_media_urls }}" + assets: "{{ scheduled_media_urls }}" reply_to_message_id: "{{ scheduled_reply_to_id }}" max_group_size: "{{ max_media_per_group }}" chunk_delay: "{{ telegram_media_delay }}" @@ -1949,7 +1949,7 @@ action: entity_id: "{{ album_id_entities[0] }}" data: chat_id: "{{ repeat.item }}" - urls: "{{ combined_media_urls }}" + assets: "{{ combined_media_urls }}" reply_to_message_id: "{{ combined_reply_to_id }}" max_group_size: "{{ max_media_per_group }}" chunk_delay: "{{ telegram_media_delay }}" @@ -2203,7 +2203,7 @@ action: entity_id: "{{ memory_current_album_entity }}" data: chat_id: "{{ repeat.item }}" - urls: "{{ memory_media_urls }}" + assets: "{{ memory_media_urls }}" reply_to_message_id: "{{ memory_reply_to_id }}" max_group_size: "{{ max_media_per_group }}" chunk_delay: "{{ telegram_media_delay }}" @@ -2445,7 +2445,7 @@ action: entity_id: "{{ album_id_entities[0] }}" data: chat_id: "{{ repeat.item }}" - urls: "{{ memory_comb_media_urls }}" + assets: "{{ memory_comb_media_urls }}" reply_to_message_id: "{{ memory_comb_reply_to_id }}" max_group_size: "{{ max_media_per_group }}" chunk_delay: "{{ telegram_media_delay }}" @@ -2849,7 +2849,7 @@ action: entity_id: "{{ album_id_entities[0] if album_id_entities | length > 0 else '' }}" data: chat_id: "{{ current_chat_id }}" - urls: "{{ media_urls }}" + assets: "{{ media_urls }}" reply_to_message_id: "{{ reply_to_message_id }}" max_group_size: "{{ max_media_per_group }}" chunk_delay: "{{ telegram_media_delay }}" diff --git a/manifest.json b/manifest.json index 96f53df..b1ca6e4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,3 +1,3 @@ { - "version": "1.31.0" + "version": "1.31.1" }