Update PluginConfiguration.cs

This commit is contained in:
TwistedUmbrellaX 2024-10-30 09:46:56 -04:00 committed by TwistedUmbrellaX
parent 89f996100c
commit e1420027c0

View File

@ -21,11 +21,6 @@ public class PluginConfiguration : BasePluginConfiguration
// ===== Analysis settings =====
/// <summary>
/// Gets or sets the max degree of parallelism used when analyzing episodes.
/// </summary>
public int MaxParallelism { get; set; } = 2;
/// <summary>
/// Gets or sets the comma separated list of library names to analyze.
/// </summary>
@ -247,6 +242,11 @@ public class PluginConfiguration : BasePluginConfiguration
/// </summary>
public string AutoSkipCreditsNotificationText { get; set; } = "Credits skipped";
/// <summary>
/// Gets or sets the max degree of parallelism used when analyzing episodes.
/// </summary>
public int MaxParallelism { get; set; } = 2;
/// <summary>
/// Gets or sets the number of threads for a ffmpeg process.
/// </summary>