From e53d223f2db02c3e7d6cb23137ffd1b1b4292305 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 12 Aug 2023 12:21:49 -0600 Subject: [PATCH] Added shared_library to asdict() (#1154) --- osxphotos/photoinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osxphotos/photoinfo.py b/osxphotos/photoinfo.py index 7132e11d..e7b9cdc2 100644 --- a/osxphotos/photoinfo.py +++ b/osxphotos/photoinfo.py @@ -2083,6 +2083,7 @@ class PhotoInfo: dict_data["syndicated"] = self.syndicated dict_data["saved_to_library"] = self.saved_to_library dict_data["shared_moment"] = self.shared_moment + dict_data["shared_library"] = self.shared_library return dict_data