aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-04-30 20:45:43 +0200
committerGitHub <noreply@github.com>2021-04-30 20:45:43 +0200
commit360d80c873c04a9f61ded160615f161bfcdb4f74 (patch)
treeda85c9fbedd816962494f14fe11a64f0856bf058 /Emby.Server.Implementations/Library/LibraryManager.cs
parent13d09cbc473c51880a6b31653302eb72422234e7 (diff)
parentb323044139fd7a0b63a717101f7ccb7f03f3f125 (diff)
Merge pull request #5890 from Bond-009/filesystem
Reduce string allocations/fs lookups in resolve code
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 9f25f3c30..ec59ca9b9 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