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-05-19 08:55:15 -0600
commit8eac528815bc7ab673b361f48b90b3b28ccbc070 (patch)
tree6f5434793f9d8f4efd84975f77af4af1d32f72fd /Jellyfin.Api/Controllers/AttachmentsController.cs
parent45d750f10657da8f7914999098ecffcdbfedbd2d (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;