浏览代码

Update DlnaEventManager.cs

Set notificationType
BaronGreenback 4 年之前
父节点
当前提交
4a67267e1e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Emby.Dlna/Eventing/DlnaEventManager.cs

+ 2 - 1
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);