diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-05-01 15:56:16 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-05-01 15:56:16 +0200 |
| commit | c608d5104df7b7281e35595552734d77e42b5036 (patch) | |
| tree | a313e302b8897bdf974bedf9e5c689c0457e4003 /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | 360d80c873c04a9f61ded160615f161bfcdb4f74 (diff) | |
Fix scanning
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/LibraryManager.cs | 2 |
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)); |
