aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-19 09:03:04 -0600
committercrobibero <cody@robibe.ro>2020-06-19 09:03:04 -0600
commitd53a2899b1a82af1c64f3a2a558ae1ef201905ec (patch)
tree80c9885847ee87465be85da1ebfeefd3605e54d6 /Jellyfin.Api/Controllers/DisplayPreferencesController.cs
parent7666a1201fe1f9e6e7b896dd58e98e9cc75b90c4 (diff)
remove #nullable
Diffstat (limited to 'Jellyfin.Api/Controllers/DisplayPreferencesController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DisplayPreferencesController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
index 35efe6b5f..697a0baf4 100644
--- a/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
+++ b/Jellyfin.Api/Controllers/DisplayPreferencesController.cs
@@ -1,5 +1,3 @@
-#nullable enable
-
using System.ComponentModel.DataAnnotations;
using System.Threading;
using MediaBrowser.Controller.Persistence;