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