浏览代码

Update DlnaEventManager.cs

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

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