Frontend optimizations

This commit is contained in:
2022-06-04 11:46:32 +02:00
parent 5a988635f7
commit 7dd812050a
5 changed files with 21 additions and 26 deletions

View File

@@ -51,7 +51,7 @@ io.on('connection', socket => {
download(socket, args)
})
socket.on('send-url-format-selection', (args) => {
logger('ws', args?.url)
logger('ws', `Formats ${args?.url}`)
if (args.url) getFormatsAndInfo(socket, args?.url)
})
socket.on('abort', (args) => {