aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Extensions/MethodNotAllowedException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Extensions/MethodNotAllowedException.cs')
-rw-r--r--MediaBrowser.Common/Extensions/MethodNotAllowedException.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Extensions/MethodNotAllowedException.cs b/MediaBrowser.Common/Extensions/MethodNotAllowedException.cs
index 48e758ee4..258bd6662 100644
--- a/MediaBrowser.Common/Extensions/MethodNotAllowedException.cs
+++ b/MediaBrowser.Common/Extensions/MethodNotAllowedException.cs
@@ -1,3 +1,5 @@
+#nullable enable
+
using System;
namespace MediaBrowser.Common.Extensions