diff options
| author | cvium <clausvium@gmail.com> | 2021-05-21 19:35:00 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-05-21 19:35:00 +0200 |
| commit | 3b59064f972d3435f1e4fe1859b85866f400d7df (patch) | |
| tree | 4dadf4ee9b2968aaf341ea998130e5485e12f1b9 /Emby.Server.Implementations/Security/AuthenticationRepository.cs | |
| parent | 19e2e0b7b81c2c5734e947e4d6fa7b57bd4163e3 (diff) | |
Bump SQLitePCL.pretty.netstandard to 3.0.1
Diffstat (limited to 'Emby.Server.Implementations/Security/AuthenticationRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Security/AuthenticationRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Security/AuthenticationRepository.cs b/Emby.Server.Implementations/Security/AuthenticationRepository.cs index 30823ab8f..e8eac315b 100644 --- a/Emby.Server.Implementations/Security/AuthenticationRepository.cs +++ b/Emby.Server.Implementations/Security/AuthenticationRepository.cs @@ -291,7 +291,7 @@ namespace Emby.Server.Implementations.Security return result; } - private static AuthenticationInfo Get(IReadOnlyList<IResultSetValue> reader) + private static AuthenticationInfo Get(IReadOnlyList<ResultSetValue> reader) { var info = new AuthenticationInfo { |
