api/youtube: small indentation fix

This commit is contained in:
wukko
2024-08-03 23:08:59 +06:00
parent 5ea71ee58e
commit 0a28b4091f

View File

@ -110,7 +110,7 @@ export default async function(o) {
);
} catch(e) {
if (e.message?.endsWith("decipher algorithm")) {
return { error: "ErrorYoutubeDecipher" }
return { error: "ErrorYoutubeDecipher" }
} else throw e;
}