Update DlnaEventManager.cs
Set notificationType
This commit is contained in:
parent
e936d0872b
commit
4a67267e1e
|
@ -72,7 +72,8 @@ namespace Emby.Dlna.Eventing
|
||||||
Id = id,
|
Id = id,
|
||||||
CallbackUrl = callbackUrl,
|
CallbackUrl = callbackUrl,
|
||||||
SubscriptionTime = DateTime.UtcNow,
|
SubscriptionTime = DateTime.UtcNow,
|
||||||
TimeoutSeconds = timeout
|
TimeoutSeconds = timeout,
|
||||||
|
NoticationType = notificationType
|
||||||
});
|
});
|
||||||
|
|
||||||
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);
|
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user