mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
beta fixes
This commit is contained in:
@@ -115,5 +115,10 @@ namespace MediaBrowser.Controller.Session
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task SendMessage<T>(string name, T data, CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Called when [activity].
|
||||
/// </summary>
|
||||
void OnActivity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user