aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Attributes/AcceptsImageFileAttribute.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/AcceptsImageFileAttribute.cs
parentbddded96ff4906179039ede6487f8055bf998105 (diff)
Fix some warnings
Diffstat (limited to 'Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs')
-rw-r--r--Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs b/Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs
index 001f27409..244a29da4 100644
--- a/Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs
+++ b/Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs
@@ -3,7 +3,7 @@
/// <summary>
/// Produces file attribute of "image/*".
/// </summary>
- public class AcceptsImageFileAttribute : AcceptsFileAttribute
+ public sealed class AcceptsImageFileAttribute : AcceptsFileAttribute
{
private const string ContentType = "image/*";