aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Session/HttpSessionController.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-12-01 12:06:40 -0500
committerGitHub <noreply@github.com>2017-12-01 12:06:40 -0500
commitdefc35aedc703741239f71e161f8008caba8b746 (patch)
treedf3d9b71dc5164819b0be991e1e6863749270068 /Emby.Server.Implementations/Session/HttpSessionController.cs
parent82254bd3c4d5b4c444a6aebd25512c43aad60f1a (diff)
parent6320869212269ae34dfb9f1aad31fc0dcdd76790 (diff)
Merge pull request #3048 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Session/HttpSessionController.cs')
-rw-r--r--Emby.Server.Implementations/Session/HttpSessionController.cs2
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);
}