Skip to content

Commit 0a98863

Browse files
authored
Merge pull request #127 from Salvoxia/fix/dockerNegativeAlbumRanges
Fix: Negative Album Level Ranges for Docker
2 parents e290ef3 + 9fcd654 commit 0a98863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/immich_auto_album.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if [ ! -z "$additional_root_paths" ]; then
9090
fi
9191

9292
if [ ! -z "$ALBUM_LEVELS" ]; then
93-
args="--album-levels=$ALBUM_LEVELS $args"
93+
args="--album-levels=\"$ALBUM_LEVELS\" $args"
9494
fi
9595

9696
if [ ! -z "$ALBUM_SEPARATOR" ]; then

0 commit comments

Comments
 (0)