mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Lint fixes
This commit is contained in:
parent
e83408fb3c
commit
ed9e2a72e3
2 changed files with 16 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ const tests = [
|
|||
file: require('../sampleData/media/sampleH264_2.json'),
|
||||
librarySettings: {},
|
||||
inputs: {
|
||||
minModifiedDaysOld: 1
|
||||
minModifiedDaysOld: 1,
|
||||
},
|
||||
otherArguments: {},
|
||||
},
|
||||
|
|
@ -21,13 +21,13 @@ const tests = [
|
|||
file: require('../sampleData/media/sampleH264_1.json'),
|
||||
librarySettings: {},
|
||||
inputs: {
|
||||
minModifiedDaysOld: 9999
|
||||
minModifiedDaysOld: 9999,
|
||||
},
|
||||
otherArguments: {},
|
||||
},
|
||||
output: {
|
||||
processFile: false,
|
||||
infoLog: 'Skipping, file modified date not old enough',
|
||||
infoLog: 'Skipping, file modified date not old enough',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -35,7 +35,7 @@ const tests = [
|
|||
file: require('../sampleData/media/sampleH264_1.json'),
|
||||
librarySettings: {},
|
||||
inputs: {
|
||||
minModifiedDaysOld: 1
|
||||
minModifiedDaysOld: 1,
|
||||
},
|
||||
otherArguments: {},
|
||||
},
|
||||
|
|
@ -49,7 +49,7 @@ const tests = [
|
|||
file: require('../sampleData/media/sampleH264_1.json'),
|
||||
librarySettings: {},
|
||||
inputs: {
|
||||
minModifiedDaysOld: 9999
|
||||
minModifiedDaysOld: 9999,
|
||||
},
|
||||
otherArguments: {},
|
||||
},
|
||||
|
|
@ -60,4 +60,4 @@ const tests = [
|
|||
},
|
||||
];
|
||||
|
||||
run(tests);
|
||||
run(tests);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue