mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
api/youtube: small indentation fix
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user