mirror of
https://github.com/p-stream/providers.git
synced 2026-05-20 06:32:16 +00:00
Update fedapi.ts
This commit is contained in:
parent
542410c3dd
commit
a2cbe5ae30
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ function embed(provider: {
|
||||||
apiUrl =
|
apiUrl =
|
||||||
query.type === 'movie'
|
query.type === 'movie'
|
||||||
? `${BASE_URL}/movie/${query.imdbId}`
|
? `${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
|
// Prepare request headers
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue