diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-05-03 22:52:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 22:52:31 +0200 |
| commit | b9d18f0fa70a0f722331f6a9d3ce5c71750c7253 (patch) | |
| tree | 5e3669c0860ca15579301b89cd04974c5d41ff48 /Emby.Server.Implementations/Library/LibraryManager.cs | |
| parent | 716cbb06958da987ab917c1f6408396d4ace7a0c (diff) | |
| parent | 8bcffdc52e111e2c6b3511897557e3bf301dae71 (diff) | |
Merge branch 'master' into allocationz
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/LibraryManager.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs index 9f25f3c30..7629676f5 100644 --- a/Emby.Server.Implementations/Library/LibraryManager.cs +++ b/Emby.Server.Implementations/Library/LibraryManager.cs @@ -558,7 +558,6 @@ namespace Emby.Server.Implementations.Library var args = new ItemResolveArgs(_configurationManager.ApplicationPaths, directoryService) { Parent = parent, - Path = fullPath, FileInfo = fileInfo, CollectionType = collectionType, LibraryOptions = libraryOptions @@ -684,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)); |
