Minor improvements

This commit is contained in:
Bond_009
2021-02-21 02:49:52 +01:00
parent 13d65318eb
commit eba859e33e
9 changed files with 16 additions and 109 deletions

View File

@@ -1,11 +1,6 @@
#pragma warning disable CA1062 // Validate arguments of public methods
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Net;
using System.Runtime.CompilerServices;
using System.Text;
namespace MediaBrowser.Common.Net
{