mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #4613 from jellyfin/DLNAEventFix
[Fix] NotificationType was never set in dlna event manager
This commit is contained in:
commit
73b04d58ad
@ -72,7 +72,8 @@ namespace Emby.Dlna.Eventing
|
|||||||
Id = id,
|
Id = id,
|
||||||
CallbackUrl = callbackUrl,
|
CallbackUrl = callbackUrl,
|
||||||
SubscriptionTime = DateTime.UtcNow,
|
SubscriptionTime = DateTime.UtcNow,
|
||||||
TimeoutSeconds = timeout
|
TimeoutSeconds = timeout,
|
||||||
|
NotificationType = notificationType
|
||||||
});
|
});
|
||||||
|
|
||||||
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);
|
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user