Match default value in configuration to docs

This commit is contained in:
ConfusedPolarBear 2022-10-18 20:35:01 -05:00
parent 4650945a02
commit 1347bbdc31

View File

@ -97,7 +97,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// <summary> /// <summary>
/// Gets or sets the amount of intro to play (in seconds). /// Gets or sets the amount of intro to play (in seconds).
/// </summary> /// </summary>
public int SecondsOfIntroToPlay { get; set; } = 3; public int SecondsOfIntroToPlay { get; set; } = 2;
// ===== Internal algorithm settings ===== // ===== Internal algorithm settings =====