BaronGreenback 4 лет назад
Родитель
Сommit
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);