Don't disable warnings in MediaBrowser.Providers/MediaInfo/AudioResolver.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
Jonas Resch 2021-11-30 20:44:16 +01:00 committed by GitHub
parent c61b9ef05a
commit 1a35690834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#pragma warning disable CA1002, CS1591
using System;
using System.Collections.Generic;
using System.IO;