mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Log corrected
This commit is contained in:
parent
d654454c5e
commit
22a474104a
2 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
destinationPath: newPath,
|
||||
args,
|
||||
});
|
||||
args.jobLog(`✔ ${renameType.content} renamed ${fileDetailsWrapper.id} : `
|
||||
args.jobLog(`✔ ${renameType.content} ${fileDetailsWrapper.id} renamed : `
|
||||
+ `'${filePath}' => '${newPath}'.`);
|
||||
} else {
|
||||
isSuccessful = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue