mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
adjust default truncate value to 0
This commit is contained in:
parent
564ece387c
commit
adabfd95bc
@ -51,7 +51,7 @@ class Downloader:
|
||||
template_date: str = "%Y-%m-%dT%H:%M:%SZ",
|
||||
exclude_tags: str = None,
|
||||
cover_size: int = 1200,
|
||||
truncate: int = 40,
|
||||
truncate: int = 0,
|
||||
silent: bool = False,
|
||||
):
|
||||
self.apple_music_api = apple_music_api
|
||||
|
Loading…
Reference in New Issue
Block a user