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/ChannelItemInfo.cs | |
| parent | 0e2a6f8216e0a675b43cf2919fb1d57b46f14972 (diff) | |
Fix warning in m-b/channels
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelItemInfo.cs')
| -rw-r--r-- | MediaBrowser.Controller/Channels/ChannelItemInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelItemInfo.cs b/MediaBrowser.Controller/Channels/ChannelItemInfo.cs index 4d1e35f9ea..55f80b240f 100644 --- a/MediaBrowser.Controller/Channels/ChannelItemInfo.cs +++ b/MediaBrowser.Controller/Channels/ChannelItemInfo.cs @@ -1,6 +1,6 @@ #nullable disable -#pragma warning disable CS1591 +#pragma warning disable CA1002, CA2227, CS1591 using System; using System.Collections.Generic; |
