diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-08-26 17:28:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 17:28:34 +0200 |
| commit | 9ae429b6f64531a2f063a04d0fdd31cceb16a9b5 (patch) | |
| tree | af2dce1e454665f90ea69ef3c752680db73d2be7 /MediaBrowser.Controller/Security/IAuthenticationManager.cs | |
| parent | 3ee1141a06d41ac080cd5fd6b2253e1ed23d675e (diff) | |
| parent | 18a311d32fd6e3cdfed466017bda46566a013106 (diff) | |
Merge pull request #10141 from Bond-009/nullable3
Diffstat (limited to 'MediaBrowser.Controller/Security/IAuthenticationManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Security/IAuthenticationManager.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Security/IAuthenticationManager.cs b/MediaBrowser.Controller/Security/IAuthenticationManager.cs index e3d18c8c0..070ab7a85 100644 --- a/MediaBrowser.Controller/Security/IAuthenticationManager.cs +++ b/MediaBrowser.Controller/Security/IAuthenticationManager.cs @@ -1,6 +1,4 @@ -#nullable enable - -using System.Collections.Generic; +using System.Collections.Generic; using System.Threading.Tasks; namespace MediaBrowser.Controller.Security |
