Remove #nullable enable

This commit is contained in:
David Ullmer 2020-06-19 18:20:49 +02:00
parent 305808dd0a
commit 7e91ded587
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;