Merge pull request #3379 from Ullmie02/api-nullable

Remove #nullable enable in Jellyfin.Api
This commit is contained in:
Bond-009 2020-06-19 19:09:32 +02:00 committed by GitHub
commit f8459502d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,4 @@
#nullable enable
using System.Net;
using System.Net;
using System.Security.Claims;
using Jellyfin.Api.Helpers;
using Jellyfin.Data.Enums;

View File

@ -1,5 +1,3 @@
#nullable enable
using System.Globalization;
using System.Security.Authentication;
using System.Security.Claims;

View File

@ -1,6 +1,4 @@
#nullable enable
using System;
using System;
using System.Linq;
using System.Security.Claims;
using Jellyfin.Api.Constants;