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

View File

@@ -26,7 +26,6 @@ image = "0.23.7"
walkdir = "2"
rayon = "1.3"
notify = "4.0"
tokio = "1"
path-absolutize = "3.0.6"
log="0.4"
env_logger="0.8"