From e092f835d51e5354b33a010a01b00b76ddfe66cb Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 27 Jan 2019 00:51:21 +0200 Subject: [PATCH] Stop pausing the damn thing when i download sht pls --- public/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.js b/public/index.js index e7d969b..fac0ef8 100644 --- a/public/index.js +++ b/public/index.js @@ -239,7 +239,6 @@ queue.push(ctxState) break case 'download': - audio.pause() window.open('/api/serve/by-id/' + ctxState + '?dl=1', '_blank') break }