mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 14:44:49 -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},
|
"downloads": {"folder": DOWNLOADS_DIR},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"embed_cover": True,
|
"embed_cover": True,
|
||||||
"large_cover": False,
|
"large_cover": True,
|
||||||
"default_comment": None,
|
"default_comment": None,
|
||||||
"remove_extra_tags": False,
|
"remove_extra_tags": False,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue