Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Fix typo in additional subtitle field (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed May 17, 2024
1 parent 5279a9b commit 9819b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crunchy-cli-core/src/utils/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9819b62

Please sign in to comment.