Stop pausing the damn thing when i download sht pls

This commit is contained in:
Evert Prants 2019-01-27 00:51:21 +02:00
parent 6751f38ee3
commit e092f835d5
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@
queue.push(ctxState)
break
case 'download':
audio.pause()
window.open('/api/serve/by-id/' + ctxState + '?dl=1', '_blank')
break
}