diff options
| author | Nyanmisaka <nst799610810@gmail.com> | 2020-12-01 00:59:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 00:59:21 +0800 |
| commit | 421faabc7c9806105a4ffef5be0acc11d725aaa1 (patch) | |
| tree | ec181a10bd8721bb27fb52b0b9217889747436b4 /Emby.Dlna | |
| parent | 3e9cf98c30277e09f7b8a6c8ecb603e9ea10774a (diff) | |
| parent | 78fef806967563d613c5b06b23e5b59cb40f164e (diff) | |
Merge branch 'master' into hdr-extract
Diffstat (limited to 'Emby.Dlna')
| -rw-r--r-- | Emby.Dlna/Eventing/DlnaEventManager.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Dlna/Eventing/DlnaEventManager.cs b/Emby.Dlna/Eventing/DlnaEventManager.cs index b6e45c50ea..ff81e83b5e 100644 --- a/Emby.Dlna/Eventing/DlnaEventManager.cs +++ b/Emby.Dlna/Eventing/DlnaEventManager.cs @@ -72,7 +72,8 @@ namespace Emby.Dlna.Eventing Id = id, CallbackUrl = callbackUrl, SubscriptionTime = DateTime.UtcNow, - TimeoutSeconds = timeout + TimeoutSeconds = timeout, + NotificationType = notificationType }); return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout); |
