aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILiveStream.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-08-03 17:06:25 +0200
committerGitHub <noreply@github.com>2021-08-03 17:06:25 +0200
commit008c6a843ec832ec201db5ce8ca30d2d165f2d24 (patch)
tree7821b502e219aa75d52557226c3f5900193f5d37 /MediaBrowser.Controller/Library/ILiveStream.cs
parentfc5841242e9c5a5d0c1c9369858aa5b6e8652a7d (diff)
parenta0678a92618fc1137bfc1606d26bd1a4c3749775 (diff)
Merge pull request #6342 from richlander/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;