Fixing downloads by replacing the torrent client

This commit is contained in:
tuesday 2024-06-26 17:57:19 +02:00
parent ccef34c15c
commit 2aeeeaf15b
4 changed files with 920 additions and 184 deletions

View file

@ -63,6 +63,7 @@
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"lottie-react": "^2.4.0",
"node-torrent": "^0.2.2",
"parse-torrent": "^11.0.16",
"piscina": "^4.5.1",
"ps-list": "^8.1.1",
@ -70,9 +71,9 @@
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"torrent-stream": "^1.2.1",
"typeorm": "^0.3.20",
"user-agents": "^1.1.193",
"webtorrent": "^2.4.2",
"yaml": "^2.4.1",
"zod": "^3.23.8"
},