Skip to content

Commit

Permalink
Docker
Browse files Browse the repository at this point in the history
Added support for Album Order Feature
  • Loading branch information
Salvoxia committed Aug 21, 2024
1 parent 44b5ff1 commit 89a1c6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/immich_auto_album.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89a1c6f

Please sign in to comment.