Skip to content

Commit

Permalink
Update path_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsparrow committed Jan 5, 2025
1 parent 2fd2904 commit 6b87825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyberdrop_dl/managers/path_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def add_prev(self, media_item: MediaItem) -> None:

@property
def completed_downloads(self) -> set[MediaItem]:
return self._completed_downloads
return self._completed_downloads_set

@property
def prev_downloads(self) -> set[MediaItem]:
Expand Down

0 comments on commit 6b87825

Please sign in to comment.