aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Users/UserPolicy.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-09-09 15:59:13 +0200
committerBond_009 <bond.009@outlook.com>2021-09-09 15:59:13 +0200
commit0d16c489985da50ddd13ef228c73b3bcb0ae5f67 (patch)
treeae34be9a248b110a4d0b9c9ac5d4f481010a0a86 /MediaBrowser.Model/Users/UserPolicy.cs
parent448125f2b41473af01a485856805769175f878e8 (diff)
Fix some warnings
Diffstat (limited to 'MediaBrowser.Model/Users/UserPolicy.cs')
-rw-r--r--MediaBrowser.Model/Users/UserPolicy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Users/UserPolicy.cs b/MediaBrowser.Model/Users/UserPolicy.cs
index 111070d81..3634d0705 100644
--- a/MediaBrowser.Model/Users/UserPolicy.cs
+++ b/MediaBrowser.Model/Users/UserPolicy.cs
@@ -1,5 +1,5 @@
#nullable disable
-#pragma warning disable CS1591
+#pragma warning disable CS1591, CA1819
using System;
using System.Xml.Serialization;