Cache audio fingerprints by default

This commit is contained in:
ConfusedPolarBear 2022-06-07 21:36:20 -05:00
parent 4ca0511f30
commit b439afdfbe

View File

@ -17,7 +17,7 @@ public class PluginConfiguration : BasePluginConfiguration
/// <summary>
/// Gets or sets a value indicating whether the output of fpcalc should be cached to the filesystem.
/// </summary>
public bool CacheFingerprints { get; set; }
public bool CacheFingerprints { get; set; } = true;
/// <summary>
/// Gets or sets a value indicating whether introductions should be automatically skipped.