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