diff options
| author | Jean-Pierre Bachmann <info@jean-pierre-bachmann.dev> | 2023-02-01 23:45:06 +0100 |
|---|---|---|
| committer | Jean-Pierre Bachmann <info@jean-pierre-bachmann.dev> | 2023-02-01 23:45:06 +0100 |
| commit | 0b71974054b4f520fa0ef3ead8f1b688ec2d1d74 (patch) | |
| tree | ac8b8fe8149d5043ffacc0b93b4531d6740c0771 | |
| parent | 341658b55259084635b52983245800deff8d561d (diff) | |
Fixed whitespace
| -rw-r--r-- | Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs b/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs index 7519af5b0..e1be43b9b 100644 --- a/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs +++ b/Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs @@ -74,7 +74,7 @@ public class CleanupCollectionPathsTask : IScheduledTask var collections = collectionsFolder.Children.OfType<BoxSet>().ToArray(); _logger.LogTrace("Found {CollectionLength} Boxsets.", collections.Length); - + for (var index = 0; index < collections.Length; index++) { var collection = collections[index]; |
