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,6 +1,6 @@
#nullable disable
#pragma warning disable CS1591
#pragma warning disable CA1002, CA2227, CS1591
using System.Collections.Generic;
using MediaBrowser.Model.Channels;