Cache audio fingerprints by default
This commit is contained in:
parent
4ca0511f30
commit
b439afdfbe
@ -17,7 +17,7 @@ public class PluginConfiguration : BasePluginConfiguration
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether the output of fpcalc should be cached to the filesystem.
|
/// Gets or sets a value indicating whether the output of fpcalc should be cached to the filesystem.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool CacheFingerprints { get; set; }
|
public bool CacheFingerprints { get; set; } = true;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether introductions should be automatically skipped.
|
/// Gets or sets a value indicating whether introductions should be automatically skipped.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user