mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
reduce work done by system info endpoints
This commit is contained in:
@@ -55,10 +55,7 @@ namespace MediaBrowser.Controller.Session
|
||||
/// <summary>
|
||||
/// Sends the restart required message.
|
||||
/// </summary>
|
||||
/// <param name="info">The information.</param>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task SendRestartRequiredNotification(SystemInfo info, CancellationToken cancellationToken);
|
||||
Task SendRestartRequiredNotification(CancellationToken cancellationToken);
|
||||
|
||||
/// <summary>
|
||||
/// Sends the user data change info.
|
||||
|
||||
Reference in New Issue
Block a user