mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Corrected log position
This commit is contained in:
parent
c21e9594a5
commit
d6b7e51389
2 changed files with 3 additions and 4 deletions
|
|
@ -115,8 +115,8 @@ const getId = async (
|
|||
headers,
|
||||
})),
|
||||
);
|
||||
args.jobLog(`${refreshType.content} ${id !== -1 ? `${id} found` : 'not found'} for '${getFileName(fileName)}'`);
|
||||
}
|
||||
args.jobLog(`${refreshType.content} ${id !== -1 ? `${id} found` : 'not found'} for '${getFileName(fileName)}'`);
|
||||
return id;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue