mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fixed whitespace
This commit is contained in:
parent
341658b552
commit
0b71974054
@ -74,7 +74,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.LogTrace("Found {CollectionLength} Boxsets.", collections.Length);
|
||||||
|
|
||||||
for (var index = 0; index < collections.Length; index++)
|
for (var index = 0; index < collections.Length; index++)
|
||||||
{
|
{
|
||||||
var collection = collections[index];
|
var collection = collections[index];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user