Skip to content

Commit

Permalink
Fix: Passing --album-levels argument to support negative album level …
Browse files Browse the repository at this point in the history
…ranges for Docker
  • Loading branch information
Salvoxia committed Feb 20, 2025
1 parent e290ef3 commit 9fcd654
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 9fcd654

Please sign in to comment.