Enable nullable for Jellyfin.Server.Implementations

This commit is contained in:
Patrick Barron
2020-12-12 11:20:48 -05:00
parent b3caa51173
commit d9263dacd5
11 changed files with 9 additions and 15 deletions

View File

@@ -1,5 +1,3 @@
#nullable enable
using System.Threading.Tasks;
using Jellyfin.Data.Entities;
using MediaBrowser.Controller.Authentication;