aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-04-22 01:23:24 +0200
committerBond_009 <bond.009@outlook.com>2021-04-22 01:24:21 +0200
commitb323044139fd7a0b63a717101f7ccb7f03f3f125 (patch)
tree5300857bbba66a3d1d4f0c4929aa0a5749bc6c3a /Emby.Server.Implementations/Library/LibraryManager.cs
parent95ab603a40b96499e3a3b732f31aacc458ca8a2c (diff)
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 6a9f4174d..d869c7e39 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