From 7bcb8e5a154deacea36309b9cf6d2166dd06976d Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:00:51 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit working late --- src/providers/sources/autoembed.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/sources/autoembed.ts b/src/providers/sources/autoembed.ts index c5172d7..a045f19 100644 --- a/src/providers/sources/autoembed.ts +++ b/src/providers/sources/autoembed.ts @@ -7,7 +7,6 @@ import { NotFoundError } from '@/utils/errors'; const apiUrl = 'https://tom.autoembed.cc'; async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promise { - // Construct the API endpoint similar to the working example const mediaType = ctx.media.type === 'show' ? 'tv' : 'movie'; let id = ctx.media.tmdbId;