|
@@ -76,6 +76,13 @@ namespace MediaBrowser.Controller.Session
|
|
|
/// <exception cref="System.ArgumentNullException"></exception>
|
|
|
Task OnPlaybackStopped(PlaybackStopInfo info);
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// Reports the session ended.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="sessionId">The session identifier.</param>
|
|
|
+ /// <returns>Task.</returns>
|
|
|
+ Task ReportSessionEnded(Guid sessionId);
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// Sends the system command.
|
|
|
/// </summary>
|