aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Devices/DeviceManager.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-25 18:46:08 +0000
committerGitHub <noreply@github.com>2021-12-25 18:46:08 +0000
commitd594f81f65eb24d80ac4988c181bc099e8ec7c38 (patch)
treeb007ea28b081f65cf7ba2a407d3f67c4b78b5e8a /Jellyfin.Server.Implementations/Devices/DeviceManager.cs
parent60e75f7b700bb8ddc52d937892e2fcdaa57b9d6a (diff)
parentcbfa355e31ec7a78ef73bbde5566fb2b3424363e (diff)
Merge pull request #7048 from Bond-009/warn56
Diffstat (limited to 'Jellyfin.Server.Implementations/Devices/DeviceManager.cs')
-rw-r--r--Jellyfin.Server.Implementations/Devices/DeviceManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/Devices/DeviceManager.cs b/Jellyfin.Server.Implementations/Devices/DeviceManager.cs
index a55949df8..54d1a5337 100644
--- a/Jellyfin.Server.Implementations/Devices/DeviceManager.cs
+++ b/Jellyfin.Server.Implementations/Devices/DeviceManager.cs
@@ -24,7 +24,7 @@ namespace Jellyfin.Server.Implementations.Devices
{
private readonly JellyfinDbProvider _dbProvider;
private readonly IUserManager _userManager;
- private readonly ConcurrentDictionary<string, ClientCapabilities> _capabilitiesMap = new ();
+ private readonly ConcurrentDictionary<string, ClientCapabilities> _capabilitiesMap = new();
/// <summary>
/// Initializes a new instance of the <see cref="DeviceManager"/> class.