Skip to content

Commit

Permalink
Add "ImportedBy*" fields for photos
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyuhui97 committed Sep 12, 2024
1 parent fa0409e commit 42551c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icloudpy/services/photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,9 @@ def _list_query_gen(self, offset, list_type, direction, query_filter=None):
"itemId",
"position",
"isKeyAsset",
"importedByBundleIdentifierEnc",
"importedByDisplayNameEnc",
"importedBy"
],
"zoneID": self._zone_id,
}
Expand Down

0 comments on commit 42551c6

Please sign in to comment.