aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-05-01 17:43:12 +0200
committerGitHub <noreply@github.com>2021-05-01 17:43:12 +0200
commit9a8c08b3e789e350dd542c71bb03030dcb0a953d (patch)
tree975521b47a23c5ee21e63e247f5120fea5ab6ab2 /Emby.Server.Implementations/Library/LibraryManager.cs
parent214ab0b45fe6dff78af3e4e92d7b5a5a53464dec (diff)
parentc608d5104df7b7281e35595552734d77e42b5036 (diff)
Merge pull request #5945 from Bond-009/fix
Fix scanning
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index ec59ca9b9..7629676f5 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -683,7 +683,7 @@ namespace Emby.Server.Implementations.Library
foreach (var item in items)
{
- ResolverHelper.SetInitialItemValues(item, parent, _fileSystem, this, directoryService);
+ ResolverHelper.SetInitialItemValues(item, parent, this, directoryService);
}
items.AddRange(ResolveFileList(result.ExtraFiles, directoryService, parent, collectionType, resolvers, libraryOptions));