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