aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Attributes/AcceptsFileAttribute.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-11-16 16:31:57 +0100
committerBond_009 <bond.009@outlook.com>2021-11-16 16:31:57 +0100
commit257e1be95f2b3be629501a95f6a7c5da083697fd (patch)
tree3140c3bfb9052c64914d3f6024ba682c2830d40d /Jellyfin.Api/Attributes/AcceptsFileAttribute.cs
parentbddded96ff4906179039ede6487f8055bf998105 (diff)
Fix some warnings
Diffstat (limited to 'Jellyfin.Api/Attributes/AcceptsFileAttribute.cs')
-rw-r--r--Jellyfin.Api/Attributes/AcceptsFileAttribute.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jellyfin.Api/Attributes/AcceptsFileAttribute.cs b/Jellyfin.Api/Attributes/AcceptsFileAttribute.cs
index 49b6689cd..58552d847 100644
--- a/Jellyfin.Api/Attributes/AcceptsFileAttribute.cs
+++ b/Jellyfin.Api/Attributes/AcceptsFileAttribute.cs
@@ -1,4 +1,6 @@
-using System;
+#pragma warning disable CA1813 // Avoid unsealed attributes
+
+using System;
namespace Jellyfin.Api.Attributes
{