From 2fcb915688639b0aea1084f90aac0aa93876e96c Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Wed, 14 Aug 2024 18:03:16 +0000 Subject: [PATCH] README Updated compatibility statement with 1.112.x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c53fa0c..25ac76e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a python script designed to automatically create albums in [Immich](http This is useful for automatically creating and populating albums for external libraries. Using the provided docker image, the script can simply be added to the Immich compose stack and run along the rest of Immich's containers. -__Current compatibility:__ Immich v1.111.x and below +__Current compatibility:__ Immich v1.112.x and below ## Disclaimer This script is mostly based on the following original script: [REDVM/immich_auto_album.py](https://gist.github.com/REDVM/d8b3830b2802db881f5b59033cf35702) @@ -253,4 +253,4 @@ To prevent accidental deletions, setting the mode to `CLEANUP` or `DELETE_ALL` a To actually delete albums, the option `-d/--delete-confirm` (or env variable `DELETE_CONFIRM` for Docker) must be set. __WARNING ⚠️__ -Deleting albums cannot be undone! The only option is to let the script run again and create new albums base on the passed arguments and current assets in Immich. \ No newline at end of file +Deleting albums cannot be undone! The only option is to let the script run again and create new albums base on the passed arguments and current assets in Immich.