Skip to content

Commit

Permalink
chore: Satisfy pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvoxia committed Jan 17, 2025
1 parent 77ccd6c commit cce0850
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 @@ -1507,7 +1507,7 @@ def set_album_properties_in_model(album_model_to_update: AlbumModel):
# Fallback to default
if share_user_role is None:
share_user_role = share_role

album_share_with = {
'user': share_user_name,
'role': share_user_role
Expand Down

0 comments on commit cce0850

Please sign in to comment.