merge: soundcloud fix from main
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user