From a8ceb7e20bf08b48012567597b7805aadcec0e6c Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Sat, 28 Nov 2020 23:45:26 +0000 Subject: [PATCH] Update DlnaEventManager.cs --- Emby.Dlna/Eventing/DlnaEventManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);