Browse Source

remove #nullable

crobibero 5 years ago
parent
commit
d53a2899b1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Jellyfin.Api/Controllers/DisplayPreferencesController.cs

+ 0 - 2
Jellyfin.Api/Controllers/DisplayPreferencesController.cs

@@ -1,5 +1,3 @@
-#nullable enable
-
 using System.ComponentModel.DataAnnotations;
 using System.Threading;
 using MediaBrowser.Controller.Persistence;