Make playlist generation async

This should allow other requests to be answered while we wait for ffmpeg
to do its thing.
This commit is contained in:
Cameron Cordes
2021-02-27 11:53:29 -05:00
parent e5ad88abd6
commit 1c7e54d355
4 changed files with 8 additions and 7 deletions

1
Cargo.lock generated
View File

@@ -1206,7 +1206,6 @@ dependencies = [
"serde",
"serde_json",
"sha2",
"tokio 1.2.0",
"walkdir",
]