From 833d7cd46bd53a2ffe21ac64b08ebe5142637516 Mon Sep 17 00:00:00 2001 From: Vikas Kapadiya Date: Fri, 28 Jun 2024 08:58:21 +0530 Subject: [PATCH] Fix for smashystream TV --- src/providers/sources/smashystream/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/sources/smashystream/index.ts b/src/providers/sources/smashystream/index.ts index 089c777..82b099f 100644 --- a/src/providers/sources/smashystream/index.ts +++ b/src/providers/sources/smashystream/index.ts @@ -11,7 +11,7 @@ const universalScraper = async (ctx: ShowScrapeContext | MovieScrapeContext): Pr const query = ctx.media.type === 'movie' ? `?tmdb=${ctx.media.tmdbId}` - : `?tmdbId=${ctx.media.tmdbId}&season=${ctx.media.season.number}&episode=${ctx.media.episode.number}`; + : `?tmdb=${ctx.media.tmdbId}&season=${ctx.media.season.number}&episode=${ctx.media.episode.number}`; return { embeds: [