Match default value in configuration to docs
This commit is contained in:
parent
4650945a02
commit
1347bbdc31
@ -97,7 +97,7 @@ public class PluginConfiguration : BasePluginConfiguration
|
||||
/// <summary>
|
||||
/// Gets or sets the amount of intro to play (in seconds).
|
||||
/// </summary>
|
||||
public int SecondsOfIntroToPlay { get; set; } = 3;
|
||||
public int SecondsOfIntroToPlay { get; set; } = 2;
|
||||
|
||||
// ===== Internal algorithm settings =====
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user