mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Log corrected
This commit is contained in:
parent
d654454c5e
commit
22a474104a
2 changed files with 2 additions and 2 deletions
|
|
@ -260,7 +260,7 @@ var plugin = function (args) { return __awaiter(void 0, void 0, void 0, function
|
|||
})];
|
||||
case 5:
|
||||
isSuccessful = _g.sent();
|
||||
args.jobLog("\u2714 ".concat(renameType.content, " renamed ").concat(fileDetailsWrapper.id, " : ")
|
||||
args.jobLog("\u2714 ".concat(renameType.content, " ").concat(fileDetailsWrapper.id, " renamed : ")
|
||||
+ "'".concat(filePath, "' => '").concat(newPath, "'."));
|
||||
return [3 /*break*/, 7];
|
||||
case 6:
|
||||
|
|
|
|||
|
|
@ -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