mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Fix empty subtitles if multiple subtitle formats are used (#398)
This commit is contained in:
parent
173292ff32
commit
442173c08c
3 changed files with 43 additions and 92 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -376,6 +376,7 @@ dependencies = [
|
|||
"num_cpus",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"rsubs-lib",
|
||||
"rustls-native-certs",
|
||||
"rusty-chromaprint",
|
||||
"serde",
|
||||
|
|
@ -1501,6 +1502,16 @@ version = "0.2.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
||||
|
||||
[[package]]
|
||||
name = "rsubs-lib"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0df7559a05635a4132b737c736ee286af83f3969cb98d9028d17d333e6b41cc5"
|
||||
dependencies = [
|
||||
"regex",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rubato"
|
||||
version = "0.14.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue