Răsfoiți Sursa

Update DlnaEventManager.cs

Set notificationType
BaronGreenback 4 ani în urmă
părinte
comite
4a67267e1e
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      Emby.Dlna/Eventing/DlnaEventManager.cs

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

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