aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Session/SessionManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Session/SessionManager.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Session/SessionManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Session/SessionManager.cs b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
index 1a94b9c79..c42f33ec3 100644
--- a/MediaBrowser.Server.Implementations/Session/SessionManager.cs
+++ b/MediaBrowser.Server.Implementations/Session/SessionManager.cs
@@ -608,7 +608,7 @@ namespace MediaBrowser.Server.Implementations.Session
_logger.ErrorException("Error in SendServerShutdownNotification.", ex);
}
- }));
+ }, cancellationToken));
return Task.WhenAll(tasks);
}
@@ -633,7 +633,7 @@ namespace MediaBrowser.Server.Implementations.Session
_logger.ErrorException("Error in SendServerRestartNotification.", ex);
}
- }));
+ }, cancellationToken));
return Task.WhenAll(tasks);
}