mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix typo in additional subtitle field (#421)
This commit is contained in:
parent
5279a9b759
commit
9819b62259
1 changed files with 1 additions and 1 deletions
|
|
@ -962,7 +962,7 @@ impl Downloader {
|
|||
// (https://github.com/crunchy-labs/crunchy-cli/issues/66)
|
||||
ass.info
|
||||
.additional_fields
|
||||
.insert("ScaledBorderAndShadows".to_string(), "yes".to_string());
|
||||
.insert("ScaledBorderAndShadow".to_string(), "yes".to_string());
|
||||
|
||||
let tempfile = tempfile(".ass")?;
|
||||
let path = tempfile.into_temp_path();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue