remove unused minimumSilence variable
This commit is contained in:
parent
0e635d724c
commit
4108afebdb
@ -391,9 +391,6 @@ public class ChromaprintAnalyzer : IMediaFileAnalyzer
|
|||||||
ReadOnlyCollection<QueuedEpisode> episodes,
|
ReadOnlyCollection<QueuedEpisode> episodes,
|
||||||
Dictionary<Guid, Intro> originalIntros)
|
Dictionary<Guid, Intro> originalIntros)
|
||||||
{
|
{
|
||||||
// The minimum duration of audio that must be silent before adjusting the intro's end.
|
|
||||||
var minimumSilence = Plugin.Instance!.Configuration.SilenceDetectionMinimumDuration;
|
|
||||||
|
|
||||||
Dictionary<Guid, Intro> modifiedIntros = new();
|
Dictionary<Guid, Intro> modifiedIntros = new();
|
||||||
|
|
||||||
// For all episodes
|
// For all episodes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user