Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Match default value in configuration to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfusedPolarBear committed Oct 19, 2022
1 parent 4650945 commit 1347bbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public PluginConfiguration()
/// <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 =====

Expand Down

0 comments on commit 1347bbd

Please sign in to comment.