aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-11-28 23:45:26 +0000
committerGitHub <noreply@github.com>2020-11-28 23:45:26 +0000
commita8ceb7e20bf08b48012567597b7805aadcec0e6c (patch)
tree346643979fdfa5c8eb6fccc9509f629ae2732487
parent4a67267e1ef0c4bfff56825979643d8363c5768a (diff)
Update DlnaEventManager.cs
-rw-r--r--Emby.Dlna/Eventing/DlnaEventManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Eventing/DlnaEventManager.cs b/Emby.Dlna/Eventing/DlnaEventManager.cs
index da4ef350a..ff81e83b5 100644
--- a/Emby.Dlna/Eventing/DlnaEventManager.cs
+++ b/Emby.Dlna/Eventing/DlnaEventManager.cs
@@ -73,7 +73,7 @@ namespace Emby.Dlna.Eventing
CallbackUrl = callbackUrl,
SubscriptionTime = DateTime.UtcNow,
TimeoutSeconds = timeout,
- NoticationType = notificationType
+ NotificationType = notificationType
});
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);