diff --git a/api/src/processing/services/youtube.js b/api/src/processing/services/youtube.js index 5dd40ee1..e82b9563 100644 --- a/api/src/processing/services/youtube.js +++ b/api/src/processing/services/youtube.js @@ -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; }