Update DlnaEventManager.cs
Set notificationType
This commit is contained in:
parent
e936d0872b
commit
4a67267e1e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user