From 945cbbc406cc5004ace7d6598136bff3c4063ef8 Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Tue, 14 May 2024 20:43:01 +0200 Subject: [PATCH] README Updated compatibility statement with 1.105.x --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5c971..786b9ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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.104.x and below +__Current compatibility:__ Immich v1.105.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)