mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 06:34:45 -04:00
Change default value for large_cover to True
This commit is contained in:
parent
c673f8ba95
commit
3e89a43cc4
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Config:
|
|||
"downloads": {"folder": DOWNLOADS_DIR},
|
||||
"metadata": {
|
||||
"embed_cover": True,
|
||||
"large_cover": False,
|
||||
"large_cover": True,
|
||||
"default_comment": None,
|
||||
"remove_extra_tags": False,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue