Fix empty subtitles if multiple subtitle formats are used (#398)

This commit is contained in:
bytedream 2024-05-03 13:46:43 +02:00
parent 173292ff32
commit 442173c08c
3 changed files with 43 additions and 92 deletions

View file

@ -30,6 +30,7 @@ log = { version = "0.4", features = ["std"] }
num_cpus = "1.16"
regex = "1.10"
reqwest = { version = "0.12", features = ["socks", "stream"] }
rsubs-lib = "0.2"
rusty-chromaprint = "0.2"
serde = "1.0"
serde_json = "1.0"