Procházet zdrojové kódy

Update DlnaEventManager.cs

BaronGreenback před 4 roky
rodič
revize
a8ceb7e20b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);