diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-11-16 12:25:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-16 12:25:54 -0700 |
| commit | 84b8c9c2bcb66201c08d13d6d772cdfb98dd3b2d (patch) | |
| tree | 7b4866468d22e390b916f431a8bd3ae33727d021 /Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs | |
| parent | 60032897172b8bdc8f9de2aaf97c92ee631f558f (diff) | |
| parent | 257e1be95f2b3be629501a95f6a7c5da083697fd (diff) | |
Merge pull request #6857 from Bond-009/warn56
Diffstat (limited to 'Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs')
| -rw-r--r-- | Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs b/Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs index d6d7e4563..1c0b70e71 100644 --- a/Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs +++ b/Jellyfin.Api/Attributes/HttpUnsubscribeAttribute.cs @@ -7,7 +7,7 @@ namespace Jellyfin.Api.Attributes /// <summary> /// Identifies an action that supports the HTTP GET method. /// </summary> - public class HttpUnsubscribeAttribute : HttpMethodAttribute + public sealed class HttpUnsubscribeAttribute : HttpMethodAttribute { private static readonly IEnumerable<string> _supportedMethods = new[] { "UNSUBSCRIBE" }; |
