diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-12-12 19:22:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-12 19:22:08 +0100 |
| commit | cb36feaa0f04be60f32a1a16b104d7634023bce6 (patch) | |
| tree | 805ec50249f7348ae1ee160bfe29e9aa4bccce72 /Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs | |
| parent | b3caa51173080ec813054c78ae9a66a685288de4 (diff) | |
| parent | d9263dacd5d2e3594e08a5c75bedb31cfc4c5c97 (diff) | |
Merge pull request #4775 from barronpm/nullable-jellyfinserverimplementations
Enable Nullable for Jellyfin.Server.Implementations
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs b/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs index 1fb89c4a6..dbba80c21 100644 --- a/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs +++ b/Jellyfin.Server.Implementations/Users/DeviceAccessEntryPoint.cs @@ -1,5 +1,4 @@ -#nullable enable -#pragma warning disable CS1591 +#pragma warning disable CS1591 using System.Threading.Tasks; using Jellyfin.Data.Entities; |
