Skip to content

Commit

Permalink
Add forgotten parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorbasson committed Dec 19, 2024
1 parent 598d277 commit 9c781f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/icloudpd/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ def main(
primary_sizes=size,
live_photo_size=live_photo_size,
recent=recent,
oldest=oldest,
until_found=until_found,
album=album,
list_albums=list_albums,
Expand Down Expand Up @@ -780,6 +781,7 @@ def main(
cookie_directory,
size,
recent,
oldest,
until_found,
album,
list_albums,
Expand Down

0 comments on commit 9c781f7

Please sign in to comment.