mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix subtitle title not being human-readable
This commit is contained in:
parent
67c267be20
commit
fb8e535644
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ impl Downloader {
|
||||||
metadata.extend([
|
metadata.extend([
|
||||||
format!("-metadata:s:s:{}", i),
|
format!("-metadata:s:s:{}", i),
|
||||||
format!("title={}", {
|
format!("title={}", {
|
||||||
let mut title = meta.locale.to_string();
|
let mut title = meta.locale.to_human_readable();
|
||||||
if meta.cc {
|
if meta.cc {
|
||||||
title += " (CC)"
|
title += " (CC)"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue