Fix warnings for MediaBrowser.Controller/Providers directory

This commit is contained in:
Rich Lander
2021-07-23 09:16:48 -07:00
parent 0e2a6f8216
commit 717ff4ec62
11 changed files with 39 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
#nullable disable
#pragma warning disable CS1591
#pragma warning disable CA1819, CS1591
using System;
using System.Linq;