diff --git a/src/scripts/superModal.ts b/src/scripts/superModal.ts index 9218354b..4eff6e25 100644 --- a/src/scripts/superModal.ts +++ b/src/scripts/superModal.ts @@ -62,7 +62,8 @@ downloadBtn.addEventListener('click', () => { headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ url: streamUrl, - isAudioOnly: true + isAudioOnly: true, + filenamePattern: 'basic' }) }) .then(_ => _.json())