diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-08-30 20:02:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 20:02:31 +0200 |
| commit | ae031fdd28cac50a50e6713d64fa92ddd496aaf2 (patch) | |
| tree | b14410bc8873ec1c532ad2bab31ec1a65c29afa8 /MediaBrowser.Controller/Entities/IHasShares.cs | |
| parent | a84dc794c6960a8a6e1dc0660e15a030e0f51305 (diff) | |
| parent | 442e756395c69cf001e2bafa6512e82a79d04c6b (diff) | |
Merge branch 'master' into tonemap-overlay
Diffstat (limited to 'MediaBrowser.Controller/Entities/IHasShares.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/IHasShares.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/IHasShares.cs b/MediaBrowser.Controller/Entities/IHasShares.cs index bdde744a3..dca5af873 100644 --- a/MediaBrowser.Controller/Entities/IHasShares.cs +++ b/MediaBrowser.Controller/Entities/IHasShares.cs @@ -1,6 +1,6 @@ #nullable disable -#pragma warning disable CS1591 +#pragma warning disable CA1819, CS1591 namespace MediaBrowser.Controller.Entities { |
