Update DlnaEventManager.cs

This commit is contained in:
BaronGreenback 2020-11-28 23:45:26 +00:00 committed by GitHub
parent 4a67267e1e
commit a8ceb7e20b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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