aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Library/LibraryManager.cs
diff options
context:
space:
mode:
authorVasily <JustAMan@users.noreply.github.com>2020-06-03 15:21:38 +0300
committerGitHub <noreply@github.com>2020-06-03 15:21:38 +0300
commit73cc214bf2ce0889e4ec33e48b38780b7ea74c57 (patch)
treec8362a3757c8f21908cc069e5e436f7a39e01d8d /Emby.Server.Implementations/Library/LibraryManager.cs
parent40502a33e0f0e3c84487be6d3eff2be35c1448ad (diff)
parent2dbb9d4895e5fd2bf802d6acd47f35e35b1a0e19 (diff)
Merge pull request #3235 from Bond-009/build
Fix build
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,