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/HttpSubscribeAttribute.cs | |
| parent | bddded96ff4906179039ede6487f8055bf998105 (diff) | |
Fix some warnings
Diffstat (limited to 'Jellyfin.Api/Attributes/HttpSubscribeAttribute.cs')
| -rw-r--r-- | Jellyfin.Api/Attributes/HttpSubscribeAttribute.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Attributes/HttpSubscribeAttribute.cs b/Jellyfin.Api/Attributes/HttpSubscribeAttribute.cs index 2fdd1e489..af8727552 100644 --- a/Jellyfin.Api/Attributes/HttpSubscribeAttribute.cs +++ b/Jellyfin.Api/Attributes/HttpSubscribeAttribute.cs @@ -7,7 +7,7 @@ namespace Jellyfin.Api.Attributes /// <summary> /// Identifies an action that supports the HTTP GET method. /// </summary> - public class HttpSubscribeAttribute : HttpMethodAttribute + public sealed class HttpSubscribeAttribute : HttpMethodAttribute { private static readonly IEnumerable<string> _supportedMethods = new[] { "SUBSCRIBE" }; |
