|
|
@ -72,7 +72,7 @@ public class CleanupCollectionPathsTask : IScheduledTask
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var collections = collectionsFolder.Children.OfType<BoxSet>().ToArray();
|
|
|
|
var collections = collectionsFolder.Children.OfType<BoxSet>().ToArray();
|
|
|
|
_logger.LogTrace("Found {CollectionLength} Boxsets", collections.Length);
|
|
|
|
_logger.LogDebug("Found {CollectionLength} Boxsets", collections.Length);
|
|
|
|
|
|
|
|
|
|
|
|
for (var index = 0; index < collections.Length; index++)
|
|
|
|
for (var index = 0; index < collections.Length; index++)
|
|
|
|
{
|
|
|
|
{
|
|
|
|