aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/AttachmentsController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-04-19 17:37:15 -0600
committercrobibero <cody@robibe.ro>2020-04-19 17:37:15 -0600
commit1fc682541050e074227736f0c8556d53f98228a1 (patch)
tree8360dbb107073a37cae32f747f23c6633413649b /Jellyfin.Api/Controllers/AttachmentsController.cs
parenta41d5fcea4ee082bb49ddac34a1606204e12e8e8 (diff)
nullable
Diffstat (limited to 'Jellyfin.Api/Controllers/AttachmentsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/AttachmentsController.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jellyfin.Api/Controllers/AttachmentsController.cs b/Jellyfin.Api/Controllers/AttachmentsController.cs
index 5d48a79b9..f4c1a761f 100644
--- a/Jellyfin.Api/Controllers/AttachmentsController.cs
+++ b/Jellyfin.Api/Controllers/AttachmentsController.cs
@@ -1,3 +1,5 @@
+#nullable enable
+
using System;
using System.Threading;
using System.Threading.Tasks;