core rework

This commit is contained in:
2021-11-29 22:13:15 +01:00
parent f94e3daaab
commit f75d084ab5
5 changed files with 65 additions and 28 deletions

View File

@@ -27,7 +27,6 @@ io.on('connection', socket => {
socket.on('abort', () => {
abortDownload(socket)
})
socket.on('update-bin', () => {
ytdlpUpdater(socket)
})