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 /Emby.Server.Implementations/Session/HttpSessionController.cs | |
| parent | 5ca1b96c6f9afd8b6fc5e05abd984f5b78ec5696 (diff) | |
reduce work done by system info endpoints
Diffstat (limited to 'Emby.Server.Implementations/Session/HttpSessionController.cs')
| -rw-r--r-- | Emby.Server.Implementations/Session/HttpSessionController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/HttpSessionController.cs b/Emby.Server.Implementations/Session/HttpSessionController.cs index e85254420..6725cd7af 100644 --- a/Emby.Server.Implementations/Session/HttpSessionController.cs +++ b/Emby.Server.Implementations/Session/HttpSessionController.cs @@ -151,7 +151,7 @@ namespace Emby.Server.Implementations.Session return SendMessage("LibraryChanged", info, cancellationToken); } - public Task SendRestartRequiredNotification(SystemInfo info, CancellationToken cancellationToken) + public Task SendRestartRequiredNotification(CancellationToken cancellationToken) { return SendMessage("RestartRequired", cancellationToken); } |
