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

@@ -350,7 +350,7 @@ namespace Emby.Server.Implementations.Data
/// Read a row from the specified reader into the provided userData object.
/// </summary>
/// <param name="reader"></param>
private UserItemData ReadRow(IReadOnlyList<IResultSetValue> reader)
private UserItemData ReadRow(IReadOnlyList<ResultSetValue> reader)
{
var userData = new UserItemData();