mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
Fix data bug
This commit is contained in:
parent
35f3976d6c
commit
a46d45b2cd
2 changed files with 8 additions and 3 deletions
|
|
@ -113,7 +113,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
};
|
||||
|
||||
const res = await args.deps.axios(requestConfig);
|
||||
const seriesId = res.data.data.series.id;
|
||||
const seriesId = res.data.series.id;
|
||||
|
||||
const requestConfig2 = {
|
||||
method: 'post',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue