mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
reduce work done by system info endpoints
This commit is contained in:
parent
5ca1b96c6f
commit
d7a1a87009
9 changed files with 38 additions and 38 deletions
|
|
@ -151,7 +151,7 @@ namespace Emby.Server.Implementations.Session
|
|||
return SendMessage("LibraryChanged", info, cancellationToken);
|
||||
}
|
||||
|
||||
public Task SendRestartRequiredNotification(SystemInfo info, CancellationToken cancellationToken)
|
||||
public Task SendRestartRequiredNotification(CancellationToken cancellationToken)
|
||||
{
|
||||
return SendMessage("RestartRequired", cancellationToken);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue