fixed a silly mistake that broke soundcloud
also added an error handler for this issue if it happens ever again
This commit is contained in:
@@ -76,6 +76,7 @@ export default async function (host, patternMatch, url, lang, obj) {
|
||||
noWatermark: obj.noWatermark, fullAudio: obj.fullAudio,
|
||||
isAudioOnly: obj.isAudioOnly
|
||||
});
|
||||
if (r.isAudioOnly) obj.isAudioOnly = true
|
||||
break;
|
||||
case "tumblr":
|
||||
r = await tumblr({
|
||||
|
||||
Reference in New Issue
Block a user