mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 10:07:15 +01:00
@@ -30,5 +30,11 @@ namespace MediaBrowser.Model.Querying
|
||||
{
|
||||
Items = Array.Empty<T>();
|
||||
}
|
||||
|
||||
public QueryResult(IReadOnlyList<T> items)
|
||||
{
|
||||
Items = items;
|
||||
TotalRecordCount = items.Count;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user