aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-19 09:02:41 -0600
committercrobibero <cody@robibe.ro>2020-06-19 09:02:41 -0600
commite4a13f0e1e946ed306f2eb1be4217cde9d2622cb (patch)
treefa07109abb35df69ba17f6196eedff453aa7309e /Jellyfin.Api/Controllers
parent39376bace33a13e225647de174269b2e61ec5a1e (diff)
remove #nullable
Diffstat (limited to 'Jellyfin.Api/Controllers')
-rw-r--r--Jellyfin.Api/Controllers/ScheduledTasksController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/ScheduledTasksController.cs b/Jellyfin.Api/Controllers/ScheduledTasksController.cs
index e37e137d1..f7122c413 100644
--- a/Jellyfin.Api/Controllers/ScheduledTasksController.cs
+++ b/Jellyfin.Api/Controllers/ScheduledTasksController.cs
@@ -1,5 +1,3 @@
-#nullable enable
-
using System;
using System.Collections.Generic;
using System.Linq;