diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-07-25 14:57:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 14:57:45 +0200 |
| commit | 439916f4ff03a8507eb2f1ac1c892208020b3a19 (patch) | |
| tree | 8d3a58f2df8c550a15689e637438b314ff36d405 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | |
| parent | 311774e75fc41f441d5cba1662a88d16d42030cb (diff) | |
| parent | 67efed39f299382db11bd500cdbe09c81dab2123 (diff) | |
Merge pull request #6336 from richlander/mediabrowser-controller-channels
Fix warning in MediaBrowser.Controllers/Channels
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelFeatures.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs index 45cd08173..394996868 100644 --- a/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs +++ b/MediaBrowser.Controller/Channels/InternalChannelFeatures.cs @@ -1,6 +1,6 @@ #nullable disable -#pragma warning disable CS1591 +#pragma warning disable CA1002, CA2227, CS1591 using System.Collections.Generic; using MediaBrowser.Model.Channels; |
