aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/NotificationsController.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/NotificationsController.cs
parent116284fe995bfdf9b5b0aaddbb745ca1f278d841 (diff)
Remove nullable, add async task
Diffstat (limited to 'Jellyfin.Api/Controllers/NotificationsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/NotificationsController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/NotificationsController.cs b/Jellyfin.Api/Controllers/NotificationsController.cs
index a76675d5a..a1f9b9e8f 100644
--- a/Jellyfin.Api/Controllers/NotificationsController.cs
+++ b/Jellyfin.Api/Controllers/NotificationsController.cs
@@ -1,4 +1,3 @@
-#nullable enable
#pragma warning disable CA1801
using System;