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. ///