Merge pull request #4613 from jellyfin/DLNAEventFix

[Fix] NotificationType was never set in dlna event manager
pull/4622/head
Claus Vium 4 years ago committed by GitHub
commit 73b04d58ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save