aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionController.cs')
-rw-r--r--MediaBrowser.Controller/Session/ISessionController.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionController.cs b/MediaBrowser.Controller/Session/ISessionController.cs
index cf57f6621..1d5fbf359 100644
--- a/MediaBrowser.Controller/Session/ISessionController.cs
+++ b/MediaBrowser.Controller/Session/ISessionController.cs
@@ -90,6 +90,14 @@ namespace MediaBrowser.Controller.Session
Task SendServerShutdownNotification(CancellationToken cancellationToken);
/// <summary>
+ /// Sends the session ended notification.
+ /// </summary>
+ /// <param name="sessionInfo">The session information.</param>
+ /// <param name="cancellationToken">The cancellation token.</param>
+ /// <returns>Task.</returns>
+ Task SendSessionEndedNotification(SessionInfoDto sessionInfo, CancellationToken cancellationToken);
+
+ /// <summary>
/// Sends the server restart notification.
/// </summary>
/// <param name="cancellationToken">The cancellation token.</param>