mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-11 00:10:29 -07:00
Add version comment
This commit is contained in:
parent
710f96cb18
commit
ff3c73fd86
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ export const runClassicPlugin = async (args:IpluginInputArgs, type:'filter'|'tra
|
||||||
footprintId: args.originalLibraryFile.footprintId,
|
footprintId: args.originalLibraryFile.footprintId,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// added in 2.19.01
|
||||||
if (typeof args.scanIndividualFile !== 'undefined') {
|
if (typeof args.scanIndividualFile !== 'undefined') {
|
||||||
args.jobLog('Scanning files using Node');
|
args.jobLog('Scanning files using Node');
|
||||||
pluginInputFileObj = await args.scanIndividualFile(inputFileScanArgs, scanTypes);
|
pluginInputFileObj = await args.scanIndividualFile(inputFileScanArgs, scanTypes);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue