Fix warning: Using directive is not required by the code and can be safely removed (#2149)

This commit is contained in:
KonH
2021-10-03 10:49:41 +07:00
parent 7c282ec369
commit b6bf43af45
14 changed files with 0 additions and 27 deletions

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using MediaBrowser.MediaEncoding.Encoder;
using Microsoft.Extensions.Logging.Abstractions;
using Xunit;