merge: soundcloud fix from main

This commit is contained in:
wukko
2025-04-30 13:11:02 +06:00
4 changed files with 49 additions and 44 deletions

View File

@@ -161,12 +161,8 @@ export default async function({ host, patternMatch, params }) {
isAudioOnly = true;
isAudioMuted = false;
r = await soundcloud({
url,
author: patternMatch.author,
song: patternMatch.song,
...patternMatch,
format: params.audioFormat,
shortLink: patternMatch.shortLink || false,
accessKey: patternMatch.accessKey || false
});
break;