From e7cc15baee5fcdc4b85b7229fcdef0124fa41bd0 Mon Sep 17 00:00:00 2001 From: Kira Date: Mon, 15 Dec 2025 14:34:31 -0500 Subject: [PATCH] one more console.log i missed --- commands/jellyfin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/jellyfin.js b/commands/jellyfin.js index 9335c2a..e93512d 100644 --- a/commands/jellyfin.js +++ b/commands/jellyfin.js @@ -161,7 +161,6 @@ module.exports = { } const res = await jelly.request(`/Items/${movieId}`); - console.log(res); let out = `[${res.Name}](${config.jellyfin.url}/Items/${res.Id}/Download?api_key=${config.jellyfin.key})`; out += `\n([h264 transcode if above fails](${config.jellyfin.url}/Videos/${res.Id}/stream?api_key=${config.jellyfin.key}&videoCodec=h264))` out += `\n([480p transcode if above fails](${config.jellyfin.url}/Videos/${res.Id}/stream?api_key=${config.jellyfin.key}&videoCodec=h264&width=854&height=480))`