aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/EnvironmentController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-19 09:01:37 -0600
committercrobibero <cody@robibe.ro>2020-06-19 09:01:37 -0600
commit6767c47ccdede27a374ea21b3013fe32ee356f01 (patch)
treead8c2f50f153128a6c579c40ae3e5fdf5742e5ad /Jellyfin.Api/Controllers/EnvironmentController.cs
parent2d4998c5782d426f09aa264f37a2bc384bf940f2 (diff)
remove #nullable
Diffstat (limited to 'Jellyfin.Api/Controllers/EnvironmentController.cs')
-rw-r--r--Jellyfin.Api/Controllers/EnvironmentController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/EnvironmentController.cs b/Jellyfin.Api/Controllers/EnvironmentController.cs
index 046ffdf8e..719bb7d86 100644
--- a/Jellyfin.Api/Controllers/EnvironmentController.cs
+++ b/Jellyfin.Api/Controllers/EnvironmentController.cs
@@ -1,5 +1,3 @@
-#nullable enable
-
using System;
using System.Collections.Generic;
using System.IO;