Fix warnings in MediaBrowser.Controller/Library

This commit is contained in:
Rich Lander
2021-07-24 10:58:50 -07:00
parent 5a9bd712b3
commit 5920f68ca9
13 changed files with 161 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
#nullable disable
#pragma warning disable CS1591
#pragma warning disable CA1002, CA2227, CS1591
using System;
using System.Collections.Generic;