diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-12-01 12:03:40 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-12-01 12:03:40 -0500 |
| commit | d7a1a87009eed638d28d070e6a47c8a5bee38c2e (patch) | |
| tree | 9b5a83bcc6e41d893bb252c2595662bfdd1cbb80 /MediaBrowser.Controller/Session/ISessionController.cs | |
| parent | 5ca1b96c6f9afd8b6fc5e05abd984f5b78ec5696 (diff) | |
reduce work done by system info endpoints
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionController.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionController.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionController.cs b/MediaBrowser.Controller/Session/ISessionController.cs index f8a6ed1fc..0d8c207b6 100644 --- a/MediaBrowser.Controller/Session/ISessionController.cs +++ b/MediaBrowser.Controller/Session/ISessionController.cs @@ -55,10 +55,7 @@ namespace MediaBrowser.Controller.Session /// <summary> /// Sends the restart required message. /// </summary> - /// <param name="info">The information.</param> - /// <param name="cancellationToken">The cancellation token.</param> - /// <returns>Task.</returns> - Task SendRestartRequiredNotification(SystemInfo info, CancellationToken cancellationToken); + Task SendRestartRequiredNotification(CancellationToken cancellationToken); /// <summary> /// Sends the user data change info. |
