mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/youtube: small indentation fix
This commit is contained in:
parent
5ea71ee58e
commit
0a28b4091f
1 changed files with 1 additions and 1 deletions
|
@ -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