Fix build

This commit is contained in:
Bond_009
2020-02-08 22:25:44 +01:00
parent f96bc23c4f
commit 867835a474
5 changed files with 28 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ namespace Emby.Notifications
/// Initializes a new instance of the <see cref="NotificationManager" /> class.
/// </summary>
/// <param name="logger">The logger.</param>
/// <param name="userManager">the user manager.</param>
/// <param name="userManager">The user manager.</param>
/// <param name="config">The server configuration manager.</param>
public NotificationManager(
ILogger<NotificationManager> logger,