aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/IMediaSourceProvider.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2020-02-23 21:46:15 +0900
committerGitHub <noreply@github.com>2020-02-23 21:46:15 +0900
commitde40f22a463b7e83461f06b9cd256a9cc7b04a3e (patch)
treef95f508ac06864841c6404d98632e8506f3f7cf7 /MediaBrowser.Controller/Library/IMediaSourceProvider.cs
parent72c98e41ca2c0042edf645298371245c1abee354 (diff)
parent184ad29f3f5a579b38ce01d88bf22ad9dc229617 (diff)
Merge pull request #2384 from Bond-009/warn16
Fix some warnings in Emby.Server.Implementations
Diffstat (limited to 'MediaBrowser.Controller/Library/IMediaSourceProvider.cs')
-rw-r--r--MediaBrowser.Controller/Library/IMediaSourceProvider.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Library/IMediaSourceProvider.cs b/MediaBrowser.Controller/Library/IMediaSourceProvider.cs
index 9e74879fc..ec7798551 100644
--- a/MediaBrowser.Controller/Library/IMediaSourceProvider.cs
+++ b/MediaBrowser.Controller/Library/IMediaSourceProvider.cs
@@ -1,3 +1,6 @@
+#pragma warning disable CS1591
+#pragma warning disable SA1600
+
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;