mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -07:00
Removed useless log
This commit is contained in:
parent
9d5f7136f8
commit
9ca5be4a2d
2 changed files with 3 additions and 8 deletions
|
|
@ -176,8 +176,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
output.isSuccessful = true;
|
||||
args.jobLog('✔ No rename necessary.');
|
||||
}
|
||||
} else
|
||||
args.jobLog(`No ${getNewPathType.appName} with a file named '${fileName}'.`);
|
||||
}
|
||||
|
||||
return output;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue