aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/NotificationManager.cs
diff options
context:
space:
mode:
authorBond_009 <Bond.009@outlook.com>2020-02-08 22:25:44 +0100
committerBond_009 <Bond.009@outlook.com>2020-02-08 22:25:44 +0100
commit867835a474d16bfe6ab6a27214de49478ed2a05b (patch)
treeaa409095dc208cb713ca4f33bb2c6207fd48b1c3 /Emby.Notifications/NotificationManager.cs
parentf96bc23c4fb958c44c17a8832ec13fad37f48f1c (diff)
Fix build
Diffstat (limited to 'Emby.Notifications/NotificationManager.cs')
-rw-r--r--Emby.Notifications/NotificationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Notifications/NotificationManager.cs b/Emby.Notifications/NotificationManager.cs
index 836aa3e72..639a5e1aa 100644
--- a/Emby.Notifications/NotificationManager.cs
+++ b/Emby.Notifications/NotificationManager.cs
@@ -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,