Update DlnaEventManager.cs
This commit is contained in:
parent
4a67267e1e
commit
a8ceb7e20b
|
@ -73,7 +73,7 @@ namespace Emby.Dlna.Eventing
|
|||
CallbackUrl = callbackUrl,
|
||||
SubscriptionTime = DateTime.UtcNow,
|
||||
TimeoutSeconds = timeout,
|
||||
NoticationType = notificationType
|
||||
NotificationType = notificationType
|
||||
});
|
||||
|
||||
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);
|
||||
|
|
Loading…
Reference in New Issue
Block a user