From d826b9844952d677e9a8aba730fe85013a78c6f6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 20 Jul 2017 16:37:13 -0400 Subject: 3.2.25.10 --- MediaBrowser.Controller/Dlna/IEventManager.cs | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'MediaBrowser.Controller') diff --git a/MediaBrowser.Controller/Dlna/IEventManager.cs b/MediaBrowser.Controller/Dlna/IEventManager.cs index 54e2a02dd5..8c91bd889d 100644 --- a/MediaBrowser.Controller/Dlna/IEventManager.cs +++ b/MediaBrowser.Controller/Dlna/IEventManager.cs @@ -12,18 +12,11 @@ namespace MediaBrowser.Controller.Dlna /// /// Renews the event subscription. /// - /// The subscription identifier. - /// The timeout seconds. - /// EventSubscriptionResponse. - EventSubscriptionResponse RenewEventSubscription(string subscriptionId, int? timeoutSeconds); + EventSubscriptionResponse RenewEventSubscription(string subscriptionId, string requestedTimeoutString); /// /// Creates the event subscription. /// - /// Type of the notification. - /// The timeout seconds. - /// The callback URL. - /// EventSubscriptionResponse. - EventSubscriptionResponse CreateEventSubscription(string notificationType, int? timeoutSeconds, string callbackUrl); + EventSubscriptionResponse CreateEventSubscription(string notificationType, string requestedTimeoutString, string callbackUrl); } } -- cgit v1.2.3