Skip to content

Commit

Permalink
Merge pull request #118 from Salvoxia/fix/116-regex-feature-became-ma…
Browse files Browse the repository at this point in the history
…ndatory-accidentally

Fix: --album-name-post-regex was always evaluated
  • Loading branch information
Salvoxia authored Jan 31, 2025
2 parents 91c1af7 + 85d02b3 commit 3f40834
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions immich_auto_album.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@ def create_album_name(asset_path_chunks: list[str], album_separator: str, album_
album_name_postprocess_regex is list of pairs of regex and replace, this is optional
"""
if album_name_postprocess_regex is None:
album_name_postprocess_regex = [str]

album_name_chunks = ()
logging.debug("path chunks = %s", list(asset_path_chunks))
Expand Down

0 comments on commit 3f40834

Please sign in to comment.