mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-29 09:48:27 +00:00
api/youtube: small indentation fix
This commit is contained in:
parent
5ea71ee58e
commit
0a28b4091f
|
@ -110,7 +110,7 @@ export default async function(o) {
|
||||||
);
|
);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
if (e.message?.endsWith("decipher algorithm")) {
|
if (e.message?.endsWith("decipher algorithm")) {
|
||||||
return { error: "ErrorYoutubeDecipher" }
|
return { error: "ErrorYoutubeDecipher" }
|
||||||
} else throw e;
|
} else throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue