From 8db22ecb41c35a9c1fa930d889b8f8f9a10f7fe8 Mon Sep 17 00:00:00 2001 From: Fabian Geiger Date: Mon, 4 Oct 2021 14:57:42 +0200 Subject: [PATCH] Fix typo --- Tdarr_Plugin_aaaa_Pre_Proc_Example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tdarr_Plugin_aaaa_Pre_Proc_Example.js b/Tdarr_Plugin_aaaa_Pre_Proc_Example.js index 713db5e..f52129e 100644 --- a/Tdarr_Plugin_aaaa_Pre_Proc_Example.js +++ b/Tdarr_Plugin_aaaa_Pre_Proc_Example.js @@ -6,7 +6,7 @@ module.exports.dependencies = [ module.exports.details = function details() { return { id: 'Tdarr_Plugin_aaaa_Pre_Proc_Example', - Stage: 'Pre-processing', // Preprocessing or Post-processing. Determines when the plugin will be executed. + Stage: 'Pre-processing', // Pre-processing or Post-processing. Determines when the plugin will be executed. Name: 'No title meta data ', Type: 'Video', Operation: 'Transcode',