undo these testing things

This commit is contained in:
hyperdefined 2024-07-17 21:29:17 -04:00
parent b219c3e9aa
commit 488ea8b1ec
No known key found for this signature in database
GPG Key ID: EB0B55B31E88AB03
2 changed files with 2 additions and 4 deletions

View File

@ -206,8 +206,6 @@ export default async function(host, patternMatch, lang, obj) {
});
}
console.log(r)
if (r.isAudioOnly) isAudioOnly = true;
let isAudioMuted = isAudioOnly ? false : obj.isAudioMuted;

View File

@ -99,8 +99,7 @@ export default function(r, host, userFormat, isAudioOnly, lang, isAudioMuted, di
case "video":
switch (host) {
case "bilibili":
case "newgrounds":
case "bilibili":
params = { type: "render" };
break;
case "youtube":
@ -137,6 +136,7 @@ export default function(r, host, userFormat, isAudioOnly, lang, isAudioMuted, di
case "pinterest":
case "streamable":
case "loom":
responseType = "redirect";
break;
}
break;