mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 18:14:42 +01:00
reduce dlna chatter
This commit is contained in:
@@ -1182,7 +1182,7 @@ namespace Emby.Server.Implementations.Session
|
||||
{
|
||||
var sessions = Sessions.Where(i => i.IsActive && i.SessionController != null).ToList();
|
||||
|
||||
var info = await _appHost.GetSystemInfo().ConfigureAwait(false);
|
||||
var info = await _appHost.GetSystemInfo(cancellationToken).ConfigureAwait(false);
|
||||
|
||||
var tasks = sessions.Select(session => Task.Run(async () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user