Update DlnaEventManager.cs

This commit is contained in:
BaronGreenback
2020-11-28 23:45:26 +00:00
committed by GitHub
parent 4a67267e1e
commit a8ceb7e20b

View File

@@ -73,7 +73,7 @@ namespace Emby.Dlna.Eventing
CallbackUrl = callbackUrl,
SubscriptionTime = DateTime.UtcNow,
TimeoutSeconds = timeout,
NoticationType = notificationType
NotificationType = notificationType
});
return GetEventSubscriptionResponse(id, requestedTimeoutString, timeout);