diff options
| author | crobibero <cody@robibe.ro> | 2020-04-19 17:37:15 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-05-19 08:55:15 -0600 |
| commit | 8eac528815bc7ab673b361f48b90b3b28ccbc070 (patch) | |
| tree | 6f5434793f9d8f4efd84975f77af4af1d32f72fd /Jellyfin.Api/Controllers/AttachmentsController.cs | |
| parent | 45d750f10657da8f7914999098ecffcdbfedbd2d (diff) | |
nullable
Diffstat (limited to 'Jellyfin.Api/Controllers/AttachmentsController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/AttachmentsController.cs | 2 |
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; |
