mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix subtitle look and feel typo
This commit is contained in:
parent
7726287859
commit
404aa496e1
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ fn fix_subtitle_look_and_feel(raw: Vec<u8>) -> Vec<u8> {
|
|||
|
||||
for line in String::from_utf8_lossy(raw.as_slice()).split('\n') {
|
||||
if line.trim().starts_with('[') && script_info {
|
||||
new.push_str("ScaledBorderAndShadows: yes\n");
|
||||
new.push_str("ScaledBorderAndShadow: yes\n");
|
||||
script_info = false
|
||||
} else if line.trim() == "[Script Info]" {
|
||||
script_info = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue