mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -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,
|
||||
};
|
||||
|
||||
// added in 2.19.01
|
||||
if (typeof args.scanIndividualFile !== 'undefined') {
|
||||
args.jobLog('Scanning files using Node');
|
||||
pluginInputFileObj = await args.scanIndividualFile(inputFileScanArgs, scanTypes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue