From cce08502558be3c8393183a601d0b2ed31290c0d Mon Sep 17 00:00:00 2001 From: Salvoxia Date: Fri, 17 Jan 2025 10:53:46 +0100 Subject: [PATCH] chore: Satisfy pylint --- immich_auto_album.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immich_auto_album.py b/immich_auto_album.py index febf6b6..3db79a5 100644 --- a/immich_auto_album.py +++ b/immich_auto_album.py @@ -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