mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
More eslint fixes
This commit is contained in:
parent
142134a192
commit
65e6d5b3d9
2 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ var details = function () { return ({
|
|||
{
|
||||
number: 2,
|
||||
tooltip: 'Radarr or Sonnar do not know this file',
|
||||
}
|
||||
},
|
||||
],
|
||||
}); };
|
||||
exports.details = details;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ const details = (): IpluginDetails => ({
|
|||
{
|
||||
number: 2,
|
||||
tooltip: 'Radarr or Sonnar do not know this file',
|
||||
}
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
|
@ -173,7 +173,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
(id) => JSON.stringify({ name: 'RefreshSeries', seriesId: id }),
|
||||
},
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
const refreshed = await refresh(arr === 'radarr' ? refreshTypes.radarr : refreshTypes.sonarr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue