mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Update DlnaEventManager.cs
Set notificationType
This commit is contained in:
parent
e936d0872b
commit
4a67267e1e
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue