diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-04 14:51:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-04 14:51:26 -0400 |
| commit | 983b51e0830ece26c1bd8445359fda14f0f99925 (patch) | |
| tree | ee7db0ab4d28771a719402d65c86c16a931d0c96 /MediaBrowser.Controller/Dlna/IEventManager.cs | |
| parent | a5b82cd2ec9b03e949ab79791dc6c0469390c085 (diff) | |
reduce socket activity
Diffstat (limited to 'MediaBrowser.Controller/Dlna/IEventManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/IEventManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Dlna/IEventManager.cs b/MediaBrowser.Controller/Dlna/IEventManager.cs index 8c91bd889..3af357a17 100644 --- a/MediaBrowser.Controller/Dlna/IEventManager.cs +++ b/MediaBrowser.Controller/Dlna/IEventManager.cs @@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Dlna /// <summary> /// Renews the event subscription. /// </summary> - EventSubscriptionResponse RenewEventSubscription(string subscriptionId, string requestedTimeoutString); + EventSubscriptionResponse RenewEventSubscription(string subscriptionId, string notificationType, string requestedTimeoutString, string callbackUrl); /// <summary> /// Creates the event subscription. |
