diff options
| author | crobibero <cody@robibe.ro> | 2020-06-19 09:03:04 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-19 09:03:04 -0600 |
| commit | d53a2899b1a82af1c64f3a2a558ae1ef201905ec (patch) | |
| tree | 80c9885847ee87465be85da1ebfeefd3605e54d6 /Jellyfin.Api/Controllers/DisplayPreferencesController.cs | |
| parent | 7666a1201fe1f9e6e7b896dd58e98e9cc75b90c4 (diff) | |
remove #nullable
Diffstat (limited to 'Jellyfin.Api/Controllers/DisplayPreferencesController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/DisplayPreferencesController.cs | 2 |
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; |
