Bump SQLitePCL.pretty.netstandard to 3.0.1

This commit is contained in:
cvium
2021-05-21 19:35:00 +02:00
parent 19e2e0b7b8
commit 3b59064f97
6 changed files with 28 additions and 29 deletions

View File

@@ -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
{