mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 17:30:27 -07:00
Lint
This commit is contained in:
parent
998f4f64df
commit
a2c644c9ab
1 changed files with 8 additions and 8 deletions
|
|
@ -16,20 +16,20 @@ const tests = [
|
||||||
container: '.mp4',
|
container: '.mp4',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: true,
|
FFmpegMode: true,
|
||||||
infoLog: '☑ No 2 channel audio stream exists. \n '
|
infoLog: '☑ No 2 channel audio stream exists. \n ',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
input: {
|
input: {
|
||||||
file: (()=>{
|
file: (() => {
|
||||||
const file = _.cloneDeep(require('../sampleData/media/sampleH264_2.json'));
|
const file = _.cloneDeep(require('../sampleData/media/sampleH264_2.json'));
|
||||||
|
|
||||||
file.ffProbeData.streams[1].channels = 6;
|
file.ffProbeData.streams[1].channels = 6;
|
||||||
return file;
|
return file;
|
||||||
})(),
|
})(),
|
||||||
librarySettings: {},
|
librarySettings: {},
|
||||||
inputs: {
|
inputs: {
|
||||||
channels:'6',
|
channels: '6',
|
||||||
},
|
},
|
||||||
otherArguments: {},
|
otherArguments: {},
|
||||||
},
|
},
|
||||||
|
|
@ -39,11 +39,11 @@ const tests = [
|
||||||
container: '.mkv',
|
container: '.mkv',
|
||||||
handBrakeMode: false,
|
handBrakeMode: false,
|
||||||
FFmpegMode: true,
|
FFmpegMode: true,
|
||||||
infoLog: '☒ Matching audio stream is not set to default. \n' +
|
infoLog: '☒ Matching audio stream is not set to default. \n'
|
||||||
'☒ Setting 6 channel matching audio stream to default. Remove default from all other audio streams \n',
|
+ '☒ Setting 6 channel matching audio stream to default. Remove default from all other audio streams \n',
|
||||||
reQueueAfter: true
|
reQueueAfter: true,
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
run(tests);
|
run(tests);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue