aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ConfigurationController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-18 07:11:46 -0600
committercrobibero <cody@robibe.ro>2020-06-18 07:11:46 -0600
commit9a51f484af3dbbb5717a88fb85473aec78234e32 (patch)
tree66514d35bb1a5caed4f76b70efc298c017ed429f /Jellyfin.Api/Controllers/ConfigurationController.cs
parent116284fe995bfdf9b5b0aaddbb745ca1f278d841 (diff)
Remove nullable, add async task
Diffstat (limited to 'Jellyfin.Api/Controllers/ConfigurationController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ConfigurationController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/ConfigurationController.cs b/Jellyfin.Api/Controllers/ConfigurationController.cs
index 780a38aa8..ae5685156 100644
--- a/Jellyfin.Api/Controllers/ConfigurationController.cs
+++ b/Jellyfin.Api/Controllers/ConfigurationController.cs
@@ -1,5 +1,3 @@
-#nullable enable
-
using System.Text.Json;
using System.Threading.Tasks;
using Jellyfin.Api.Constants;