1
0
Fork 0
Added support for Album Order Feature
This commit is contained in:
Salvoxia 2024-08-21 14:43:59 +02:00
parent 44b5ff1abc
commit 89a1c6f409

View file

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