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/ProducesFileAttribute.cs | |
| parent | 60032897172b8bdc8f9de2aaf97c92ee631f558f (diff) | |
| parent | 257e1be95f2b3be629501a95f6a7c5da083697fd (diff) | |
Merge pull request #6857 from Bond-009/warn56
Diffstat (limited to 'Jellyfin.Api/Attributes/ProducesFileAttribute.cs')
| -rw-r--r-- | Jellyfin.Api/Attributes/ProducesFileAttribute.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Jellyfin.Api/Attributes/ProducesFileAttribute.cs b/Jellyfin.Api/Attributes/ProducesFileAttribute.cs index 62a576ede..2bf77d729 100644 --- a/Jellyfin.Api/Attributes/ProducesFileAttribute.cs +++ b/Jellyfin.Api/Attributes/ProducesFileAttribute.cs @@ -1,4 +1,6 @@ -using System; +#pragma warning disable CA1813 // Avoid unsealed attributes + +using System; namespace Jellyfin.Api.Attributes { |
