1
0
Fork 0

Dockerfile

Added support for Find Assets in Albums feature
This commit is contained in:
Salvoxia 2024-09-07 16:24:13 +02:00
parent 8c7289d955
commit aa673605d8

View file

@ -91,5 +91,9 @@ if [ ! -z "$ALBUM_ORDER" ]; then
args="-O $ALBUM_ORDER $args"
fi
if [ ! -z "$FIND_ASSETS_IN_ALBUMS" ]; then
args="-A $args"
fi
BASEDIR=$(dirname "$0")
echo $args | xargs python3 -u $BASEDIR/immich_auto_album.py