mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Use destructuring
This commit is contained in:
parent
58dc01bda9
commit
4ce7fabddd
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
args.inputs = lib.loadDefaultValues(args.inputs, details);
|
||||
|
||||
const userCli = String(args.inputs.userCli);
|
||||
const useCustomCliPath = args.inputs.useCustomCliPath;
|
||||
const { useCustomCliPath } = args.inputs;
|
||||
const customCliPath = String(args.inputs.customCliPath);
|
||||
let cliPath = '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue