diff options
| author | crobibero <cody@robibe.ro> | 2020-06-19 09:02:41 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-19 09:02:41 -0600 |
| commit | e4a13f0e1e946ed306f2eb1be4217cde9d2622cb (patch) | |
| tree | fa07109abb35df69ba17f6196eedff453aa7309e | |
| parent | 39376bace33a13e225647de174269b2e61ec5a1e (diff) | |
remove #nullable
| -rw-r--r-- | Jellyfin.Api/Controllers/ScheduledTasksController.cs | 2 |
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; |
