Skip to content

Commit

Permalink
Merge pull request #73 from Salvoxia/fix/findAssetsInArchive
Browse files Browse the repository at this point in the history
Fix: Find Assets in Archive
  • Loading branch information
Salvoxia authored Oct 15, 2024
2 parents b9cdfe6 + bd4437c commit 9d0e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immich_auto_album.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def fetchAssets(isNotInAlbum: bool, findArchived: bool) -> list:
An array of asset objects
"""

assets = fetchAssetsWithOptions({'isNotInAlbum': isNotInAlbum, 'findArchived': findArchived})
assets = fetchAssetsWithOptions({'isNotInAlbum': isNotInAlbum, 'withArchived': findArchived})
return assets

def fetchAssetsWithOptions(searchOptions: dict) -> list:
Expand Down

0 comments on commit 9d0e73e

Please sign in to comment.