implemented the blacklist

This commit is contained in:
Hellow2
2023-04-18 13:27:03 +02:00
parent 6b50e62b37
commit ef08dca088
2 changed files with 3 additions and 3 deletions

View File

@@ -314,7 +314,7 @@ class Page:
override_existing: bool = False,
create_target_on_demand: bool = True,
download_all: bool = False,
exclude_album_type: Set[AlbumType] = None
exclude_album_type: Set[AlbumType] = shared.ALBUM_TYPE_BLACKLIST
) -> DownloadResult:
"""