From 7511d748e782b342a04ec788ba70f8f801482acd Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 21 May 2022 15:19:05 +0100 Subject: [PATCH] Lint --- .../Tdarr_Plugin_00td_action_remux_container.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Community/Tdarr_Plugin_00td_action_remux_container.js b/tests/Community/Tdarr_Plugin_00td_action_remux_container.js index 154f2da..985688b 100644 --- a/tests/Community/Tdarr_Plugin_00td_action_remux_container.js +++ b/tests/Community/Tdarr_Plugin_00td_action_remux_container.js @@ -17,7 +17,7 @@ const tests = [ FFmpegMode: true, reQueueAfter: true, infoLog: 'File is not in mkv \n', - handbrakeMode: false + handbrakeMode: false, }, }, { @@ -25,7 +25,7 @@ const tests = [ file: require('../sampleData/media/sampleH264_1.json'), librarySettings: {}, inputs: { - container: 'mkv' + container: 'mkv', }, otherArguments: {}, }, @@ -37,7 +37,7 @@ const tests = [ FFmpegMode: true, reQueueAfter: true, infoLog: 'File is not in mkv \n', - handbrakeMode: false + handbrakeMode: false, }, }, { @@ -45,7 +45,7 @@ const tests = [ file: require('../sampleData/media/sampleH264_1.json'), librarySettings: {}, inputs: { - container: 'mp4' + container: 'mp4', }, otherArguments: {}, }, @@ -57,7 +57,7 @@ const tests = [ FFmpegMode: true, reQueueAfter: true, infoLog: 'File is already in mp4 \n', - handbrakeMode: false + handbrakeMode: false, }, }, ];