aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorMax Git <rotvel@gmail.com>2020-06-03 23:21:12 +0200
committerMax Git <rotvel@gmail.com>2020-06-03 23:21:12 +0200
commitbeb8a58643178626abc1e0d9e64f4e79b27cdec3 (patch)
tree750e87dab1b23e4c73f94f7d3c51438f2ceecc93 /Emby.Server.Implementations/Library/LibraryManager.cs
parent5df00cb2b8013c143097caa7e350da2be05cc077 (diff)
parentfc79833931daf29860872605c20a0e2940a23250 (diff)
Merge branch 'master' into feature/ffmpeg-version-check
Diffstat (limited to 'Emby.Server.Implementations/Library/LibraryManager.cs')
-rw-r--r--Emby.Server.Implementations/Library/LibraryManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Library/LibraryManager.cs b/Emby.Server.Implementations/Library/LibraryManager.cs
index 932ddd861..677030b82 100644
--- a/Emby.Server.Implementations/Library/LibraryManager.cs
+++ b/Emby.Server.Implementations/Library/LibraryManager.cs
@@ -144,6 +144,7 @@ namespace Emby.Server.Implementations.Library
/// <param name="userviewManagerFactory">The userview manager.</param>
/// <param name="mediaEncoder">The media encoder.</param>
/// <param name="itemRepository">The item repository.</param>
+ /// <param name="imageProcessor">The image processor.</param>
public LibraryManager(
IServerApplicationHost appHost,
ILogger<LibraryManager> logger,