diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-11-16 16:31:57 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-11-16 16:31:57 +0100 |
| commit | 257e1be95f2b3be629501a95f6a7c5da083697fd (patch) | |
| tree | 3140c3bfb9052c64914d3f6024ba682c2830d40d /Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs | |
| parent | bddded96ff4906179039ede6487f8055bf998105 (diff) | |
Fix some warnings
Diffstat (limited to 'Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs')
| -rw-r--r-- | Jellyfin.Api/Attributes/AcceptsImageFileAttribute.cs | 2 |
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/*"; |
