mirror of
https://github.com/p-stream/providers.git
synced 2026-05-07 15:39:56 +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 =
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue