Update PluginConfiguration.cs
This commit is contained in:
parent
89f996100c
commit
e1420027c0
@ -21,11 +21,6 @@ public class PluginConfiguration : BasePluginConfiguration
|
|||||||
|
|
||||||
// ===== Analysis settings =====
|
// ===== Analysis settings =====
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Gets or sets the max degree of parallelism used when analyzing episodes.
|
|
||||||
/// </summary>
|
|
||||||
public int MaxParallelism { get; set; } = 2;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the comma separated list of library names to analyze.
|
/// Gets or sets the comma separated list of library names to analyze.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -247,6 +242,11 @@ public class PluginConfiguration : BasePluginConfiguration
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public string AutoSkipCreditsNotificationText { get; set; } = "Credits skipped";
|
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>
|
/// <summary>
|
||||||
/// Gets or sets the number of threads for a ffmpeg process.
|
/// Gets or sets the number of threads for a ffmpeg process.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user