Updated methodology of calculating download progress to rely on fs.readdir instead of glob

This commit is contained in:
Isaac Abadi
2022-04-24 04:15:38 -04:00
parent 0585943d67
commit 21507ee36d
2 changed files with 18 additions and 14 deletions

View File

@@ -40,7 +40,6 @@
"express": "^4.17.3",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"jsonwebtoken": "^8.5.1",
"lowdb": "^1.0.0",
"md5": "^2.2.1",