2
0
Эх сурвалжийг харах

Update DlnaEventManager.cs

BaronGreenback 4 жил өмнө
parent
commit
a8ceb7e20b

+ 1 - 1
Emby.Dlna/Eventing/DlnaEventManager.cs

@@ -73,7 +73,7 @@ namespace Emby.Dlna.Eventing
                 CallbackUrl = callbackUrl,
                 CallbackUrl = callbackUrl,
                 SubscriptionTime = DateTime.UtcNow,
                 SubscriptionTime = DateTime.UtcNow,
                 TimeoutSeconds = timeout,
                 TimeoutSeconds = timeout,
-                NoticationType = notificationType
+                NotificationType = notificationType
             });
             });
 
 
             return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);
             return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);