Skip to content

Commit

Permalink
Merge pull request #125 from ajain-93/fix_album_levels_docker
Browse files Browse the repository at this point in the history
fix ALBUM_LEVELS ranges in docker container
  • Loading branch information
Salvoxia authored Feb 20, 2025
2 parents f4cb89e + 33fc68a commit e290ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/immich_auto_album.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ if [ ! -z "$additional_root_paths" ]; then
fi

if [ ! -z "$ALBUM_LEVELS" ]; then
args="--album-levels $ALBUM_LEVELS $args"
args="--album-levels=$ALBUM_LEVELS $args"
fi

if [ ! -z "$ALBUM_SEPARATOR" ]; then
Expand Down

0 comments on commit e290ef3

Please sign in to comment.