Add TODO
This commit is contained in:
parent
c20864e954
commit
44e2a237a7
@ -158,6 +158,9 @@ public class FingerprinterTask : IScheduledTask
|
|||||||
|
|
||||||
minimumIntroDuration = Plugin.Instance!.Configuration.MinimumIntroDuration;
|
minimumIntroDuration = Plugin.Instance!.Configuration.MinimumIntroDuration;
|
||||||
|
|
||||||
|
// TODO: if the queue is modified while the task is running, the task will fail.
|
||||||
|
// clone the queue before running the task to prevent this.
|
||||||
|
|
||||||
// Analyze all episodes in the queue using the degrees of parallelism the user specified.
|
// Analyze all episodes in the queue using the degrees of parallelism the user specified.
|
||||||
Parallel.ForEach(queue, options, (season) =>
|
Parallel.ForEach(queue, options, (season) =>
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user