aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-05-06 23:33:41 +0200
committerGitHub <noreply@github.com>2021-05-06 23:33:41 +0200
commita4a3f598af92c7e62a920c4a2eb4f89081c13648 (patch)
tree3c1ac92e2d348aaae53315c6a4caa02fbd7ba0d9 /MediaBrowser.Common/Extensions/ResourceNotFoundException.cs
parentad1d9d9a23c4bff7a485a61fe41639a7d1b3491e (diff)
parent4b9a64c18cff58938dab0c0770147a5e48c833f9 (diff)
Merge pull request #5982 from Bond-009/nullable
Diffstat (limited to 'MediaBrowser.Common/Extensions/ResourceNotFoundException.cs')
-rw-r--r--MediaBrowser.Common/Extensions/ResourceNotFoundException.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs b/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs
index ebac9d8e6..22130c5a1 100644
--- a/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs
+++ b/MediaBrowser.Common/Extensions/ResourceNotFoundException.cs
@@ -1,5 +1,3 @@
-#nullable enable
-
using System;
namespace MediaBrowser.Common.Extensions