mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
update volkswagen
This commit is contained in:
parent
4c1c820322
commit
87fab6a453
1 changed files with 2 additions and 0 deletions
|
|
@ -270,6 +270,8 @@ export const xprimeVolkswagenEmbed = makeEmbed({
|
|||
|
||||
if (query.type === 'show') {
|
||||
url += `&season=${query.season}&episode=${query.episode}`;
|
||||
} else {
|
||||
url += `&year=${query.releaseYear}`;
|
||||
}
|
||||
|
||||
const data = await ctx.fetcher(url);
|
||||
|
|
|
|||
Loading…
Reference in a new issue