Update DlnaEventManager.cs

Set notificationType
This commit is contained in:
BaronGreenback 2020-11-28 23:44:19 +00:00 committed by GitHub
parent e936d0872b
commit 4a67267e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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);