aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILiveStream.cs
diff options
context:
space:
mode:
authorRich Lander <rlander@microsoft.com>2021-07-24 10:58:50 -0700
committerRich Lander <rlander@microsoft.com>2021-07-24 10:58:50 -0700
commit5920f68ca93e230dbced152a5aaac65eccb97ecd (patch)
tree8441fa8e180cc5667eba203ba91cb6ed905c61d3 /MediaBrowser.Controller/Library/ILiveStream.cs
parent5a9bd712b34c0c01e82a9ce6c7c1e273044e6986 (diff)
Fix warnings in MediaBrowser.Controller/Library
Diffstat (limited to 'MediaBrowser.Controller/Library/ILiveStream.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILiveStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILiveStream.cs b/MediaBrowser.Controller/Library/ILiveStream.cs
index 85d866de5..323aa4876 100644
--- a/MediaBrowser.Controller/Library/ILiveStream.cs
+++ b/MediaBrowser.Controller/Library/ILiveStream.cs
@@ -1,6 +1,6 @@
#nullable disable
-#pragma warning disable CS1591
+#pragma warning disable CA1711, CS1591
using System.Threading;
using System.Threading.Tasks;