From 4a67267e1ef0c4bfff56825979643d8363c5768a Mon Sep 17 00:00:00 2001 From: BaronGreenback Date: Sat, 28 Nov 2020 23:44:19 +0000 Subject: [PATCH] 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);