diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-07-22 20:37:05 -0700 |
|---|---|---|
| committer | Rich Lander <rlander@microsoft.com> | 2021-07-22 20:37:05 -0700 |
| commit | 67efed39f299382db11bd500cdbe09c81dab2123 (patch) | |
| tree | 73bb15cf333cb330853c9a496a3de40370ae74c5 /MediaBrowser.Controller/Channels/InternalChannelFeatures.cs | |
| parent | 0e2a6f8216e0a675b43cf2919fb1d57b46f14972 (diff) | |
Fix warning in m-b/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; |
