Fix warning in m-b/channels

This commit is contained in:
Rich Lander
2021-07-22 20:37:05 -07:00
parent 0e2a6f8216
commit 67efed39f2
5 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#pragma warning disable CS1591
#pragma warning disable CA1819, CS1591
namespace MediaBrowser.Controller.Channels
{