aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PluginsController.cs
diff options
context:
space:
mode:
authorPatrick Barron <18354464+barronpm@users.noreply.github.com>2020-06-18 13:22:52 +0000
committerGitHub <noreply@github.com>2020-06-18 13:22:52 +0000
commit1da044e0eb6cd4a96f4c554a0348663380868f80 (patch)
tree66514d35bb1a5caed4f76b70efc298c017ed429f /Jellyfin.Api/Controllers/PluginsController.cs
parent116284fe995bfdf9b5b0aaddbb745ca1f278d841 (diff)
parent9a51f484af3dbbb5717a88fb85473aec78234e32 (diff)
Merge pull request #3369 from crobibero/api-cleanup
Remove #nullable, make Task.Run async
Diffstat (limited to 'Jellyfin.Api/Controllers/PluginsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/PluginsController.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs
index 59196a41a..fdb2f4c35 100644
--- a/Jellyfin.Api/Controllers/PluginsController.cs
+++ b/Jellyfin.Api/Controllers/PluginsController.cs
@@ -1,5 +1,4 @@
-#nullable enable
-#pragma warning disable CA1801
+#pragma warning disable CA1801
using System;
using System.Collections.Generic;