Update fedapi.ts

This commit is contained in:
Pas 2025-04-12 21:22:23 -06:00
parent 542410c3dd
commit a2cbe5ae30

View file

@ -88,7 +88,7 @@ function embed(provider: {
apiUrl =
query.type === 'movie'
? `${BASE_URL}/movie/${query.imdbId}`
: `${BASE_URL}/tv/${query.tmdbId}/${query.season}/${query.episode}`;
: `${BASE_URL}/tv/${query.imdbId}/${query.season}/${query.episode}`;
}
// Prepare request headers