diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-08-16 08:59:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 08:59:43 +0200 |
| commit | fa77902955c67f8dda8a3280081b56d029fa25f7 (patch) | |
| tree | bf6e0631c9fda6c8d6e9786c3d765b9df68412d3 /MediaBrowser.Controller/Collections/CollectionCreationOptions.cs | |
| parent | db0d5b048a2ced6538604c8aceaeb832ac2ce694 (diff) | |
| parent | 19824bff94a9f557c3fb1616e1b5031fd125a53a (diff) | |
Merge pull request #6430 from Bond-009/minor17
Minor improvements
Diffstat (limited to 'MediaBrowser.Controller/Collections/CollectionCreationOptions.cs')
| -rw-r--r-- | MediaBrowser.Controller/Collections/CollectionCreationOptions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Collections/CollectionCreationOptions.cs b/MediaBrowser.Controller/Collections/CollectionCreationOptions.cs index 76ad335c5..30f5f4efa 100644 --- a/MediaBrowser.Controller/Collections/CollectionCreationOptions.cs +++ b/MediaBrowser.Controller/Collections/CollectionCreationOptions.cs @@ -1,6 +1,6 @@ #nullable disable -#pragma warning disable CA2227, CS1591 +#pragma warning disable CS1591 using System; using System.Collections.Generic; |
