Explorar o código

Update DlnaEventManager.cs

BaronGreenback %!s(int64=4) %!d(string=hai) anos
pai
achega
a8ceb7e20b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);