From e1420027c0b314c3856b92164fe2019589411c55 Mon Sep 17 00:00:00 2001 From: TwistedUmbrellaX <1173913+AbandonedCart@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:46:56 -0400 Subject: [PATCH] Update PluginConfiguration.cs --- IntroSkipper/Configuration/PluginConfiguration.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IntroSkipper/Configuration/PluginConfiguration.cs b/IntroSkipper/Configuration/PluginConfiguration.cs index 3451a46..20d3b56 100644 --- a/IntroSkipper/Configuration/PluginConfiguration.cs +++ b/IntroSkipper/Configuration/PluginConfiguration.cs @@ -21,11 +21,6 @@ public class PluginConfiguration : BasePluginConfiguration // ===== Analysis settings ===== - /// - /// Gets or sets the max degree of parallelism used when analyzing episodes. - /// - public int MaxParallelism { get; set; } = 2; - /// /// Gets or sets the comma separated list of library names to analyze. /// @@ -247,6 +242,11 @@ public class PluginConfiguration : BasePluginConfiguration /// public string AutoSkipCreditsNotificationText { get; set; } = "Credits skipped"; + /// + /// Gets or sets the max degree of parallelism used when analyzing episodes. + /// + public int MaxParallelism { get; set; } = 2; + /// /// Gets or sets the number of threads for a ffmpeg process. ///