From 4a67267e1ef0c4bfff56825979643d8363c5768a Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Sat, 28 Nov 2020 23:44:19 +0000 Subject: [PATCH 1/2] Update DlnaEventManager.cs Set notificationType --- Emby.Dlna/Eventing/DlnaEventManager.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Emby.Dlna/Eventing/DlnaEventManager.cs b/Emby.Dlna/Eventing/DlnaEventManager.cs index b6e45c50ea..da4ef350a2 100644 --- a/Emby.Dlna/Eventing/DlnaEventManager.cs +++ b/Emby.Dlna/Eventing/DlnaEventManager.cs @@ -72,7 +72,8 @@ namespace Emby.Dlna.Eventing Id = id, CallbackUrl = callbackUrl, SubscriptionTime = DateTime.UtcNow, - TimeoutSeconds = timeout + TimeoutSeconds = timeout, + NoticationType = notificationType }); return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout); From a8ceb7e20bf08b48012567597b7805aadcec0e6c Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Sat, 28 Nov 2020 23:45:26 +0000 Subject: [PATCH 2/2] 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 da4ef350a2..ff81e83b5e 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);