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