Add workaround for incorrect hardsub labeling (#231)

This commit is contained in:
bytedream 2023-07-26 20:51:34 +02:00
parent 4c396a9e4a
commit 84c70f2bee
4 changed files with 37 additions and 22 deletions

View file

@ -13,7 +13,7 @@ anyhow = "1.0"
async-trait = "0.1"
clap = { version = "4.3", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = { version = "0.5.0", features = ["dash-stream"] }
crunchyroll-rs = { version = "0.5.1", features = ["dash-stream"] }
ctrlc = "3.4"
dialoguer = { version = "0.10", default-features = false }
dirs = "5.0"