mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Compile fix
This commit is contained in:
parent
e1b8f62b9d
commit
6172780e20
1 changed files with 1 additions and 1 deletions
|
|
@ -1015,7 +1015,7 @@ fn get_video_stats(path: &Path) -> Result<(NaiveTime, f64)> {
|
|||
}
|
||||
|
||||
// all subtitle fonts (extracted from javascript)
|
||||
const FONTS: [(&str, &str); 66] = [
|
||||
const FONTS: [(&str, &str); 68] = [
|
||||
("Adobe Arabic", "AdobeArabic-Bold.woff2"),
|
||||
("Andale Mono", "andalemo.woff2"),
|
||||
("Arial", "arial.woff2"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue